|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A listener for when changes are made to an ObjectSet.
Field Summary | |
static Method |
OBJECT_ADDED_METHOD
Method object referring to the objectAdded method |
static Method |
OBJECT_REMOVED_METHOD
Method object referring to the objectRemoved method |
Method Summary | |
void |
objectAdded(ObjectSetEvent ev)
Object was added to an ObjectSet |
void |
objectRemoved(ObjectSetEvent ev)
Object was removed from an ObjectSet |
Field Detail |
public static final Method OBJECT_ADDED_METHOD
public static final Method OBJECT_REMOVED_METHOD
Method Detail |
public void objectAdded(ObjectSetEvent ev)
ev
- more information about the eventpublic void objectRemoved(ObjectSetEvent ev)
ev
- more information about the event
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |