|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface allows notification of adds/changes to the Memory
Memory
Method Summary | |
void |
objectAdded(RescueObject o,
int timestamp)
Notification that an object has been added to the memory |
void |
objectChanged(RescueObject o,
int property,
int timestamp)
Notification that an object in the memory has been changed |
Method Detail |
public void objectAdded(RescueObject o, int timestamp)
o
- The object addedtimestamp
- The timestamp of the changepublic void objectChanged(RescueObject o, int property, int timestamp)
o
- The object changedproperty
- The property that changedtimestamp
- The timestamp of the change
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |