public interface IReloadable
Modifier and Type | Method and Description |
---|---|
boolean |
reload(java.util.Set<ReloadSource> changed) |
boolean reload(java.util.Set<ReloadSource> changed)
changed
- All of the objects that have been reloaded. This *may* just be an intersection of this reloadable
objects parents (registered in ReloadManager
) and all of the reloaded objects though.