Class ObservableRegistry

java.lang.Object
org.hippoecm.frontend.model.event.ObservableRegistry
All Implemented Interfaces:
Serializable, org.apache.wicket.util.io.IClusterable, IPlugin

public class ObservableRegistry extends Object implements IPlugin
See Also:
  • Constructor Details

  • 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.
      Specified by:
      start in interface IPlugin
    • 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.
      Specified by:
      stop in interface IPlugin