|
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 LyDataSourceListener
This class is the listener interface for receiving events on objects managed in a data source.
Three types of events are throw : creation , modification, deletion. A method corresponds to each of these types.
LyDataSource
,
LyDataSourceEvent
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version |
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. |
Field Detail |
---|
static final java.lang.String __VERSION
Method Detail |
---|
boolean objectCreated(LyDataSourceEvent event)
event
- Event notifying the creation of an object.
boolean objectModified(LyDataSourceEvent event)
event
- Event notifying the modification of an object.
boolean objectDeleted(LyDataSourceEvent 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 |