rle.simple.charm
Class CharmMessager

java.lang.Object
  extended by rle.core.vm.PlugInBase
      extended by rle.simple.charm.CharmMessager
All Implemented Interfaces:
RuntimeDataListener, PlugIn

public class CharmMessager
extends PlugInBase
implements RuntimeDataListener

Watches several Runtime Attributes to respond to temporary charms starting and stopping.


Field Summary
 
Fields inherited from class rle.core.vm.PlugInBase
config, context, parameters
 
Constructor Summary
CharmMessager()
           
 
Method Summary
 void dataChange(RuntimeDataEvent e)
           
 
Methods inherited from class rle.core.vm.PlugInBase
config, getContext, getParameters, paramMap, setConfig, setParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharmMessager

public CharmMessager()
Method Detail

dataChange

public void dataChange(RuntimeDataEvent e)
Specified by:
dataChange in interface RuntimeDataListener