org.asmatron.messengine.engines.components
Class ActionProcessor<T extends ActionObject>

java.lang.Object
  extended by org.asmatron.messengine.engines.components.ActionProcessor<T>

public class ActionProcessor<T extends ActionObject>
extends java.lang.Object


Constructor Summary
ActionProcessor(ActionId<T> type)
           
 
Method Summary
 void clean()
           
 void fire(T param)
           
 void handle(ActionHandler<T> handler)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActionProcessor

public ActionProcessor(ActionId<T> type)
Method Detail

handle

public void handle(ActionHandler<T> handler)

clean

public void clean()

fire

public void fire(T param)


Copyright © 2011. All Rights Reserved.