LEONARDI Application Composer - 8.9.0.40 by W4 S.A.

leon.data
Class LyFilterRelationListener

java.lang.Object
  extended by leon.data.LyFilterRelationListener
All Implemented Interfaces:
LyDataSourceListener

public class LyFilterRelationListener
extends java.lang.Object
implements LyDataSourceListener

This class is the listener for receiving events on objects matched by a filter relation.

See Also:
LyDataSource, LyDataSourceEvent

Field Summary
static java.lang.String __VERSION
          File version
 
Constructor Summary
LyFilterRelationListener(LyWorkSpace workSpace, LyFilterRelationListener parent, LyClassInfo classInfo, LyFilter filter, LyFilterRelation filterRelation)
          Constructor.
 
Method Summary
 boolean objectCreated(LyDataSourceEvent event)
          Method for receiving an object creation.
 boolean objectDeleted(LyDataSourceEvent event)
          Method for receiving an object deletion.
 boolean objectModified(LyDataSourceEvent event)
          Method for receiving an object modification.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

__VERSION

public static final java.lang.String __VERSION
File version

See Also:
Constant Field Values
Constructor Detail

LyFilterRelationListener

public LyFilterRelationListener(LyWorkSpace workSpace,
                                LyFilterRelationListener parent,
                                LyClassInfo classInfo,
                                LyFilter filter,
                                LyFilterRelation filterRelation)
Constructor.

Method Detail

objectCreated

public boolean objectCreated(LyDataSourceEvent event)
Method for receiving an object creation.

Specified by:
objectCreated in interface LyDataSourceListener
Parameters:
event - Event notifying the creation of an object.
Returns:
True indicating if the event was used, false otherwise.

objectModified

public boolean objectModified(LyDataSourceEvent event)
Method for receiving an object modification.

Specified by:
objectModified in interface LyDataSourceListener
Parameters:
event - Event notifying the modification of an object.
Returns:
True indicating if the event was used, false otherwise.

objectDeleted

public boolean objectDeleted(LyDataSourceEvent event)
Method for receiving an object deletion.

Specified by:
objectDeleted in interface LyDataSourceListener
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