|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ResourceRecipient is implemented by any class which would like to be notifier when a loaded resource changes. When the class receives notification is uses the given InputStream to load the resource.
Note: Implementations do not need to open or close the stream. All stream management will be handled by the ResourceLoader.
Method Summary | |
void |
load(java.io.InputStream in)
Inform the recipient that it should reload the resource from the given stream. |
Method Detail |
public void load(java.io.InputStream in) throws java.lang.Exception
in
- The InputStream
java.lang.Exception
- Any Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |