|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerEvent
Event fired by the ILayerCommandHandler
classes (usually to signal to
handling of a ILayerCommand
). Every layer in the grid is given a
chance to respond to an event via
ILayerListener.handleLayerEvent(ILayerEvent)
.
ILayerEventHandler
Method Summary | |
---|---|
ILayerEvent |
cloneEvent()
|
boolean |
convertToLocal(ILayer localLayer)
Convert the column/row positions carried by the event to the layer about to handle the event. |
Method Detail |
---|
boolean convertToLocal(ILayer localLayer)
localLayer
- layer about to receive the event
ILayerEvent cloneEvent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |