org.asmatron.messengine.engines
Interface ActionDelegate
- All Superinterfaces:
- BaseDelegate
- All Known Implementing Classes:
- DefaultActionDelegate, TestActionDelegate
public interface ActionDelegate
- extends BaseDelegate
send
void send(Action<?> command)
request
<V,T> void request(ActionId<RequestAction<V,T>> type,
V requestParameter,
ResponseCallback<T> callback)
addActionHandler
<T extends ActionObject> void addActionHandler(ActionId<T> actionType,
ActionHandler<T> actionHandler)
removeActionHandler
<T extends ActionObject> void removeActionHandler(ActionId<T> action)
Copyright © 2011. All Rights Reserved.