|
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 LyGlobalEventListener
This class is the listener interface for receiving global events.
Three types of events can be thrown: 'active view changes', 'selection changes' and 'user events'. A method corresponds to each of these types.
LyEventManager
,
LyGlobalEvent
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
Method Summary | |
---|---|
boolean |
activeViewChanged(LyGlobalEvent event)
Method for receiving an active view change event. |
boolean |
selectionChanged(LyGlobalEvent event)
Method for receiving selection change event. |
boolean |
userEvent(LyGlobalEvent event)
Method for receiving user event. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
boolean activeViewChanged(LyGlobalEvent event)
event
- Event notifying the creation of an object.
boolean selectionChanged(LyGlobalEvent event)
event
- Event notifying the modification of an object.
boolean userEvent(LyGlobalEvent event)
event
- Event notifying the deletion of an object.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |