de.cesr.lara.components.container.memory
Interface LaraMemoryListener


public interface LaraMemoryListener

Objects that want to observe one or more categories of memory property processes need to implement this interface. This listener only applies to events associated with certain lara properties in the memory since the called method receives the property object.


Nested Class Summary
static class LaraMemoryListener.MemoryEvent
          Categories of memory property processes a listener may be registered for.
 
Method Summary
 void memoryEventOccured(LaraMemoryListener.MemoryEvent event, LaraProperty<?,?> property)
           
 

Method Detail

memoryEventOccured

void memoryEventOccured(LaraMemoryListener.MemoryEvent event,
                        LaraProperty<?,?> property)
Parameters:
event - the type of LaraMemoryListener.MemoryEvent that occurred
property - the property that is affected