org.araneaframework.uilib.tab
Class TabContainerWidget.SelectionEventListener
java.lang.Object
org.araneaframework.core.StandardEventListener
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TabContainerWidget.SelectionEventListener
protected TabContainerWidget.SelectionEventListener()
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.