Class ObservableRegistry
java.lang.Object
org.hippoecm.frontend.model.event.ObservableRegistry
- All Implemented Interfaces:
Serializable
,org.apache.wicket.util.io.IClusterable
,IPlugin
- See Also:
-
Constructor Details
-
ObservableRegistry
-
-
Method Details
-
startObservation
public void startObservation() -
stopObservation
public void stopObservation() -
start
public void start()Description copied from interface:IPlugin
This method can be implemented by plugins to delay part of the initialization until subclasses have finished their construction. -
stop
public void stop()Description copied from interface:IPlugin
Release references to external resources. It is not necessary to unregister services or trackers; this is handled by the framework.
-