LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.app
Interface LyGlobalEventListener


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.

See Also:
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

__VERSION

static final java.lang.String __VERSION
File version

See Also:
Constant Field Values
Method Detail

activeViewChanged

boolean activeViewChanged(LyGlobalEvent event)
Method for receiving an active view change event.

Parameters:
event - Event notifying the creation of an object.
Returns:
True indicating if the event was used, false otherwise.

selectionChanged

boolean selectionChanged(LyGlobalEvent event)
Method for receiving selection change event.

Parameters:
event - Event notifying the modification of an object.
Returns:
True indicating if the event was used, false otherwise.

userEvent

boolean userEvent(LyGlobalEvent event)
Method for receiving user event.

Parameters:
event - Event notifying the deletion of an object.
Returns:
True indicating if the event was used, false otherwise.

(c) January 2013 - W4 S.A.

Website: W4 S.A., contact us: support@w4global.com