Package com.luciad.input
package com.luciad.input
This package contains interfaces and classed that can be used to add custom input to LuciadLightspeed.
These interfaces and classed are used for the touch based functionality:
-
ILcdAWTEventListener
: a listener interface that can be used to handle AWTEvents. -
ILcdAWTEventSource
: classes that implement this interface can register listeners that handle AWTEvents. -
TLcdAWTEvent
: the super class for all non-standard input events. -
TLcdAWTEventDispatchSupport
: an auxiliary class making it easier to implementILcdAWTEventSource
. -
TLcdAWTEventDispatcher
: the central access point in LuciadLightspeed applications to dispatch non standard (TLcdAWTEvent
) input events.
- Since:
- 10.0
-
ClassDescriptionThe listener interface that can handle a
AWTEvent
, the super class of all standard and not standard ( egTLcdTouchEvent
) input events.This interface allows users to add AWTListeners to its implementations.The base class for all non-standard hardware input events.This class is the central access point for dispatchingAWTEvent
(extensions) and informing all interested parties about it.This class makes it easier to implementILcdAWTEventDispatchers
.