ActionInvocationEvent

Supported only by WrapperFactory, represents a check as to whether a particular argument for an action is valid or not.

If #getReason() is not null then provides the reason why the set of arguments are invalid; otherwise the arguments are valid.

Called after each of the ActionArgumentEvent s.

API

ActionInvocationEvent.java
class ActionInvocationEvent {
  ActionInvocationEvent(Object source, Identifier actionIdentifier, Object[] args)
  Object[] getArgs()
  void setArgs(Object[] args)
  Object getProposed()     (1)
}
1 getProposed()

Does not apply

Members

getProposed()

Does not apply