Interface ILcdAWTEventListener

All Known Subinterfaces:
ILcdGXYChainableController, ILspController
All Known Implementing Classes:
ALcdGXYChainableController, ALcdGXYConfinedTouchChainableController, ALcdGXYTouchChainableController, ALspActionController, ALspConfinedTouchController, ALspController, ALspTouchController, TLcdAdvancedMapRulerController, TLcdAWTEventDispatcher, TLcdGXYContinuousPanController, TLcdGXYEditController2, TLcdGXYInteractiveLabelsController, TLcdGXYNavigateController, TLcdGXYNewController2, TLcdGXYPanController, TLcdGXYSelectController2, TLcdGXYTouchNavigateController, TLcdGXYTouchNewController, TLcdGXYTouchSelectEditController, TLcdGXYZoomWheelController, TLcdMagneticNorthGXYController, TLcdMapTouchRulerController, TLcdTerrainRulerController, TLspClickActionController, TLspCreateController, TLspEditController, TLspFlickerController, TLspInteractiveLabelsController, TLspKeyActionController, TLspMagnifierController, TLspPanController, TLspPortholeController, TLspRecenterProjectionController, TLspRotateController, TLspRulerController, TLspSelectController, TLspSwipeController, TLspTouchAndHoldActionController, TLspTouchCreateController, TLspTouchNavigateController, TLspTouchSelectEditController, TLspZoomByRectangleController, TLspZoomController, TLspZoomToController

public interface ILcdAWTEventListener
The listener interface that can handle a AWTEvent, the super class of all standard and not standard ( eg TLcdTouchEvent ) input events.
Since:
10.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    This is method is called when the target of the listener has a new AWTEvent available.
  • Method Details

    • handleAWTEvent

      void handleAWTEvent(AWTEvent aEvent)
      This is method is called when the target of the listener has a new AWTEvent available.
      Parameters:
      aEvent - The event to be handled.