|
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 |
java.lang.Objectleon.data.daemon.LyDaemon
leon.data.daemon.LyFieldInfoDaemon
leon.data.daemon.LyPathDaemon
public class LyPathDaemon
Daemon for path on field info.
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File version. |
Constructor Summary | |
---|---|
LyPathDaemon(LyClassInfo sourceClass,
LyFieldInfo fieldInfo)
Default constructor. |
Method Summary | |
---|---|
java.lang.Object |
computeValue(LyObject object)
To get the relation value for the specified object. |
boolean |
counterChanged(LyWorkSpaceEvent event)
Called when the counter associated with the specified object has been incremented. |
void |
freeValue(LyObject object)
To free a calculated value for the specified object. |
java.lang.Object |
getValue(LyObject object)
To get the value for the specified object. |
void |
idRehashed(LyObjectId oldObjectId,
LyObjectId newObjectId)
Called when objectId of an object has been changed. |
boolean |
objectAdded(LyWorkSpaceEvent event)
Called when an object is added in the dynamic object list. |
boolean |
objectChanged(LyWorkSpaceEvent event)
Called when an object has changed in the dynamic object list. |
boolean |
objectCreated(LyDataSourceEvent event)
Method for object creation callback. |
boolean |
objectDeleted(LyDataSourceEvent event)
Method for object deletion callback. |
boolean |
objectModified(LyDataSourceEvent event)
Method for object modification callback. |
boolean |
objectRemoved(LyWorkSpaceEvent event)
Called when an object is removed from the dynamic object list. |
void |
unload()
Unload daemon. |
Methods inherited from class leon.data.daemon.LyFieldInfoDaemon |
---|
getFieldInfo |
Methods inherited from class leon.data.daemon.LyDaemon |
---|
getInfo, getSourceClass |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
Constructor Detail |
---|
public LyPathDaemon(LyClassInfo sourceClass, LyFieldInfo fieldInfo)
sourceClass
- the source classfieldInfo
- the fieldInfoMethod Detail |
---|
public java.lang.Object getValue(LyObject object)
getValue
in class LyFieldInfoDaemon
object
- the object we want the value.
public java.lang.Object computeValue(LyObject object)
object
- the object
public void freeValue(LyObject object)
freeValue
in class LyFieldInfoDaemon
object
- the object we want to free the value.public void unload()
unload
in class LyDaemon
public boolean objectCreated(LyDataSourceEvent event)
objectCreated
in interface LyDataSourceListener
objectCreated
in class LyDaemon
event
- the datasource event
LyDataSourceListener.objectCreated(leon.data.LyDataSourceEvent)
public boolean objectDeleted(LyDataSourceEvent event)
objectDeleted
in interface LyDataSourceListener
objectDeleted
in class LyDaemon
event
- the datasource event
LyDataSourceListener.objectDeleted(leon.data.LyDataSourceEvent)
public boolean objectModified(LyDataSourceEvent event)
objectModified
in interface LyDataSourceListener
objectModified
in class LyDaemon
event
- the datasource event
LyDataSourceListener.objectModified(leon.data.LyDataSourceEvent)
public boolean objectAdded(LyWorkSpaceEvent event)
objectAdded
in interface LyWorkSpaceListener
event
- event of adding object
public boolean objectRemoved(LyWorkSpaceEvent event)
objectRemoved
in interface LyWorkSpaceListener
event
- event of removing object
public boolean counterChanged(LyWorkSpaceEvent event)
counterChanged
in interface LyWorkSpaceCounterListener
event
- the workspace event.
public boolean objectChanged(LyWorkSpaceEvent event)
objectChanged
in interface LyWorkSpaceListener
event
- event of changing object
public void idRehashed(LyObjectId oldObjectId, LyObjectId newObjectId)
idRehashed
in class LyDaemon
oldObjectId
- newObjectId
-
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |