Package org.webswing.toolkit.api.action
Interface WebWindow
-
- All Known Implementing Classes:
HtmlPanel
public interface WebWindow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidhandleWebActionEvent(WebActionEvent webActionEvent)voidhandleWindowInitialized()default voidperformWebAction(String actionName, String data, byte[] binaryData)
-
-
-
Method Detail
-
handleWebActionEvent
void handleWebActionEvent(WebActionEvent webActionEvent)
-
handleWindowInitialized
void handleWindowInitialized()
-
-