|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Reloadable
An interface representing an Entity that can be reloaded. Calls to reload should only be executed if this Reloadable has flagged itself as reloadable according to the isReloadable() method.
If invocations of isReloadable() return false then calls to reload() should be no-ops.
Method Summary | |
---|---|
boolean |
isReloadable()
Indicates whether or not this Reloadable currently supports being reloaded. |
boolean |
isReloadNeeded()
|
void |
reload()
Reloads the Reloadable. |
Method Detail |
---|
boolean isReloadable()
boolean isReloadNeeded()
void reload() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |