public interface ActionModifier
Modifier and Type | Method and Description |
---|---|
void |
forward() |
void |
perform(Action action) |
void |
returnValue(boolean result) |
void |
returnValue(byte result) |
void |
returnValue(char result) |
void |
returnValue(double result) |
void |
returnValue(float result) |
void |
returnValue(int result) |
void |
returnValue(long result) |
void |
returnValue(Object o) |
void |
returnValue(short result) |
void |
throwException(Throwable throwable) |
void returnValue(Object o)
void returnValue(boolean result)
void returnValue(byte result)
void returnValue(char result)
void returnValue(short result)
void returnValue(int result)
void returnValue(long result)
void returnValue(float result)
void returnValue(double result)
void throwException(Throwable throwable)
void perform(Action action)
void forward()
Copyright © 2005-2013 Agical AB. All Rights Reserved.