Uses of Interface
org.webswing.toolkit.api.action.WebActionListener
-
Packages that use WebActionListener Package Description org.webswing.toolkit.api org.webswing.toolkit.api.action -
-
Uses of WebActionListener in org.webswing.toolkit.api
Methods in org.webswing.toolkit.api with parameters of type WebActionListener Modifier and Type Method Description voidWebswingApi. addBrowserActionListener(WebActionListener listener)Adds a WebswingBrowserActionListener to listen to javascript browser initiated events.voidWebswingApi. removeBrowserActionListener(WebActionListener listener)Removed a WebswingBrowserActionListener. -
Uses of WebActionListener in org.webswing.toolkit.api.action
Subinterfaces of WebActionListener in org.webswing.toolkit.api.action Modifier and Type Interface Description interfaceWebWindowActionListener
-