org.asmatron.messengine.action
Class Action<T extends ActionObject>

java.lang.Object
  extended by org.asmatron.messengine.action.Action<T>

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


Constructor Summary
Action(ActionId<T> type, T param)
           
 
Method Summary
 T getParam()
           
 ActionId<T> getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Action

public Action(ActionId<T> type,
              T param)
Method Detail

getType

public ActionId<T> getType()

getParam

public T getParam()


Copyright © 2011. All Rights Reserved.