rescuecore
Interface MemoryListener

All Known Implementing Classes:
FilterMemoryListener, MemoryLog

public interface MemoryListener

This interface allows notification of adds/changes to the Memory

See Also:
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

objectAdded

public void objectAdded(RescueObject o,
                        int timestamp)
Notification that an object has been added to the memory

Parameters:
o - The object added
timestamp - The timestamp of the change

objectChanged

public void objectChanged(RescueObject o,
                          int property,
                          int timestamp)
Notification that an object in the memory has been changed

Parameters:
o - The object changed
property - The property that changed
timestamp - The timestamp of the change