|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface defining notification interface for TWGFilter subscribers. This method is used to notify the subscriber of changes in the membership of the TWGManagedObjectSet associated with the active TWGFilter.
Method Summary | |
---|---|
void |
filterMOSChangeNotify(TWGFilter filt,
TWGManagedObjectSet mos,
IntValueSet add_mo_ids,
IntValueSet chg_mo_ids,
IntValueSet del_mo_ids)
Notification method for reporting changes in the membership of the TWGManagedObjectSet associated with the TWGFilter. |
void |
filterSubscribeEnded(TWGFilter filt)
Notifcation of end of subscription to filter : called if filter deleted |
Method Detail |
public void filterMOSChangeNotify(TWGFilter filt, TWGManagedObjectSet mos, IntValueSet add_mo_ids, IntValueSet chg_mo_ids, IntValueSet del_mo_ids)
filt
- - TWGFilter notifying of changemos
- - TWGManagedObjectSet associated with changed filteradd_mo_ids
- - Set of TWGManagedObject persistent IDs added to
the TWGManagedObjectSetchg_mo_ids
- - Set of TWGManagedObject persistent IDs changed in
the TWGManagedObjectSetdel_mo_ids
- - Set of TWGManagedObject persistent IDs deleted
from the TWGManagedObjectSetpublic void filterSubscribeEnded(TWGFilter filt)
filt
- - TWGFilter ending subscription
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |