org.diamondspin
Class DSStrokeEvent
java.lang.Object
java.util.EventObject
org.diamondspin.DSStrokeEvent
- All Implemented Interfaces:
- Serializable
public class DSStrokeEvent
- extends EventObject
- Author:
- fred
- See Also:
- Serialized Form
Method Summary |
void |
consume()
Consumes this event, if this event can be consumed. |
DSStroke |
getStroke()
|
protected boolean |
isConsumed()
Returns whether this event has been consumed. |
stroke
protected DSStroke stroke
consumed
protected boolean consumed
DSStrokeEvent
public DSStrokeEvent(Object source,
DSStroke stroke)
- Creates a new instance of DSStrokeEvent
getStroke
public DSStroke getStroke()
consume
public void consume()
- Consumes this event, if this event can be consumed. Only low-level, system events can be consumed
isConsumed
protected boolean isConsumed()
- Returns whether this event has been consumed.
Copyright © 2006 Frederic Vernier(LIMSI) Chia Shen(MERL) Guillaume Besacier(LIMSI). All Rights Reserved.