Interface WidgetCaptionEventListener
-
public interface WidgetCaptionEventListenerEvent listener interface used byWidgetCaptionWrapper.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonEvent(java.lang.String eventName, WidgetCaptionWrapper captionWrapper)Implement this method to handle events fired by a widget container.
-
-
-
Method Detail
-
onEvent
void onEvent(java.lang.String eventName, WidgetCaptionWrapper captionWrapper)Implement this method to handle events fired by a widget container. See the "ON_xxx" constants atWidgetCaptionWrapper.
-
-