|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Notification interface for TWGConObject changes (adds, modifies, and deletes.
Method Summary | |
---|---|
void |
BeginNotificationSet()
Start of notification set : this method is called just before a group of adds, modifies, and deletes are passed to their respective interfaces |
void |
CreateObjectNotify(TWGConObject obj)
Method for notify of object create |
void |
DeleteObjectNotify(long oid)
Method for notify an object delete |
void |
EndNotificationSet()
End of notification set : this method is called just after the last notification in a set has been done. |
void |
ModifiedObjectNotify(TWGConObject obj)
Method for notify of object modifies |
Method Detail |
public void BeginNotificationSet()
public void DeleteObjectNotify(long oid)
oid
- - object ID of the deleted objectpublic void CreateObjectNotify(TWGConObject obj)
obj
- - TWGConObject reference to newly created objectpublic void ModifiedObjectNotify(TWGConObject obj)
obj
- - TWGConObject reference to newly changed objectpublic void EndNotificationSet()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |