Uses of Interface
com.dlsc.gmapsfx.javascript.event.GFXEventHandler
| Package | Description |
|---|---|
| com.dlsc.gmapsfx.javascript.event | |
| com.dlsc.gmapsfx.javascript.object |
-
Uses of GFXEventHandler in com.dlsc.gmapsfx.javascript.event
Subinterfaces of GFXEventHandler in com.dlsc.gmapsfx.javascript.event Modifier and Type Interface Description interfaceMouseEventHandlerinterfaceStateEventHandlerHandles Google Maps state events, which are called without any parameters.interfaceUIEventHandlerHandles Google Maps UI events.Methods in com.dlsc.gmapsfx.javascript.event with parameters of type GFXEventHandler Modifier and Type Method Description StringEventHandlers. registerHandler(GFXEventHandler handler)Registers a handler and returns the callback key to be passed to Javascript. -
Uses of GFXEventHandler in com.dlsc.gmapsfx.javascript.object
Methods in com.dlsc.gmapsfx.javascript.object with parameters of type GFXEventHandler Modifier and Type Method Description protected voidGoogleMap. addUIHandler(JavascriptObject obj, UIEventType type, GFXEventHandler h)