|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerListener
Listens to changes on this layer.
This method is similar, but not identical to adding an "adapter" the the layer. The only reason this may not be identical is the presense of LayerDecorator, when working with a wrapped layer changes that take place only on the decorator will not be available via EMF adapaters.
Responsibilities:
Method Summary | |
---|---|
void |
refresh(LayerEvent event)
Called after a layer modification takes place. |
Method Detail |
---|
void refresh(LayerEvent event)
The provided LayerEvent contains some details on the modification.
event
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |