org.araneaframework.uilib.tab
Class TabContainerWidget.SelectionEventListener

java.lang.Object
  extended by org.araneaframework.core.StandardEventListener
      extended by org.araneaframework.uilib.tab.TabContainerWidget.SelectionEventListener
All Implemented Interfaces:
Serializable, EventListener
Enclosing class:
TabContainerWidget

protected class TabContainerWidget.SelectionEventListener
extends StandardEventListener

Tab selection listener.

See Also:
Serialized Form

Constructor Summary
protected TabContainerWidget.SelectionEventListener()
           
 
Method Summary
 void processEvent(String eventId, String eventParam, InputData input)
          Event handling with a parameter.
 
Methods inherited from class org.araneaframework.core.StandardEventListener
processEvent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabContainerWidget.SelectionEventListener

protected TabContainerWidget.SelectionEventListener()
Method Detail

processEvent

public void processEvent(String eventId,
                         String eventParam,
                         InputData input)
                  throws Exception
Description copied from class: StandardEventListener
Event handling with a parameter. All implementations should handle each eventId separately.

Specified by:
processEvent in class StandardEventListener
Parameters:
eventId - The ID of the event.
eventParam - The parameter for the event.
input - The request data of the event.
Throws:
Exception - Any runtime exception that may occur.