|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface GraphicEvent
Provides a common abstraction for the various event objects pertaining to
key, mouse, other implementation-specific controls, or change events on a
Graphic.
| Method Summary | |
|---|---|
void |
consume()
Consumes this GraphicEvent so that it will not be
processed in the default manner by the source from which it originated. |
Graphic |
getGraphic()
Returns the Graphic this GraphicEvent initially occurred on. |
boolean |
isConsumed()
Returns whether or not this event has been consumed. |
| Method Detail |
|---|
Graphic getGraphic()
Graphic this GraphicEvent initially occurred on.
Graphic source of this event or null if none.void consume()
GraphicEvent so that it will not be
processed in the default manner by the source from which it originated.
boolean isConsumed()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||