| 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.
author: Anthony Eden |