public interface ILayerEvent
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| Modifier and Type | Method and Description |
|---|---|
ILayerEvent |
cloneEvent() |
boolean |
convertToLocal(ILayer localLayer)
Convert the column/row positions carried by the event to the layer about to
handle the event.
|
boolean convertToLocal(ILayer localLayer)
localLayer - layer about to receive the eventILayerEvent cloneEvent()
Copyright © 2013. All Rights Reserved.