|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapDisplayListener
An interface for objects to listen to the MapEditor
All events are executed in a back ground thread so updating the UI must be done using the org.eclipse.swt.widgets.Display#asyncExec(java.lang.Runnable)method or the org.eclipse.swt.widgets.Display#syncExec(java.lang.Runnable)method
Method Summary | |
---|---|
void |
sizeChanged(MapDisplayEvent event)
Called with the size of the MapEditor has changed. |
Method Detail |
---|
void sizeChanged(MapDisplayEvent event)
All events are executed in a back ground thread so updating the UI must be done using the org.eclipse.swt.widgets.Display#asyncExec(java.lang.Runnable)method or the org.eclipse.swt.widgets.Display#syncExec(java.lang.Runnable)method
event
- An event with a reference to the MapEditor and the new size.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |