|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LyWorkSpaceListener
This interface is the listener interface for receiving object events on workspaces (dynamic objects list, LyWorkSpace).
Events are notified when :
LyWorkSpace
,
LyWorkSpaceEvent
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
boolean |
objectAdded(LyWorkSpaceEvent event)
Called when an object is added in the workspace. |
boolean |
objectChanged(LyWorkSpaceEvent event)
Called when an object has changed in the workspace. |
boolean |
objectRemoved(LyWorkSpaceEvent event)
Called when an object is removed from the workspace. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
boolean objectAdded(LyWorkSpaceEvent event)
event
- Event notifying object add.
boolean objectRemoved(LyWorkSpaceEvent event)
event
- Event notifying object remove.
boolean objectChanged(LyWorkSpaceEvent event)
Note that object position may also change if one of the modified fields is one of the fields specified in the list sort.
event
- Event notifying object change.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |