Package com.dlsc.gmapsfx.javascript.event

  • Interface Summary 
    Interface Description
    GFXEventHandler
    A tagging interface to allow us to store all event handlers in the one EventHandlers object.
    MouseEventHandler  
    StateEventHandler
    Handles Google Maps state events, which are called without any parameters.
    UIEventHandler
    Handles Google Maps UI events.
  • Class Summary 
    Class Description
    EventHandlers
    This object forms the bridge between Javascript events and the Java events.
    GMapMouseEvent  
  • Enum Summary 
    Enum Description
    MapStateEventType
    An enum of Google Maps state events for the Map object.
    UIEventType
    Enum containing the strings for the event types passed to the Google Maps APIs for UI events.