Class BehaviorEvent

    • Constructor Detail

      • BehaviorEvent

        public BehaviorEvent​(UIComponent component,
                             Behavior behavior)

        Construct a new event object from the specified source component and behavior.

        Parameters:
        component - Source UIComponent for this event
        behavior - Behavior that sent this event
        Throws:
        java.lang.IllegalArgumentException - if component or behavior is null
        Since:
        2.0
    • Method Detail

      • getBehavior

        public Behavior getBehavior​()

        Return the source Behavior that sent this event.

        Since:
        2.0