Interface IContainerListener


public interface IContainerListener
Listener for objects that wish to receive events from an IContainer instances.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle event from IContainer
  • Method Details

    • handleEvent

      void handleEvent(IContainerEvent event)
      Handle event from IContainer
      Parameters:
      event - the event to handle