Class EventSelectionPanel

All Implemented Interfaces:
Serializable, Iterable<Component>, IEventSink, IEventSource, IFeedbackContributor, IConverterLocator, IMetadataContext<Serializable,Component>, IQueueRegion, IHeaderContributor, IRequestableComponent, IHierarchical<Component>, IClusterable

public abstract class EventSelectionPanel extends Panel
See Also:
  • Constructor Details

  • Method Details

    • onEventAction

      protected abstract void onEventAction(IEvent<?> event)
      To be extended in order to add actions on events.
      Parameters:
      event - event.
    • onEvent

      public void onEvent(IEvent<?> event)
      Specified by:
      onEvent in interface IEventSink
      Overrides:
      onEvent in class Component