|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IAction
Method Summary | |
---|---|
AbstractAction |
getInverseAction()
Returns the definde inverse action. |
Type |
getSource()
|
void |
perform(Type eventSource)
Performs any kind of action command. |
void |
perform(Type eventSource,
boolean isTemporary)
Performs an action on all target types. |
void |
perform(Type eventSource,
boolean b,
java.util.Stack callStack)
|
void |
performInverse(Type eventSource,
java.util.Stack callStack)
|
void |
release()
|
void |
setSource(Type sourceType)
|
Method Detail |
---|
AbstractAction getInverseAction()
void perform(Type eventSource) throws RuleInvocationException
RuleInvocationException
void perform(Type eventSource, boolean isTemporary) throws RuleInvocationException
isTemporary
- saying if this action is not completed yet
RuleInvocationException
void performInverse(Type eventSource, java.util.Stack callStack) throws RuleInvocationException
RuleInvocationException
void release()
void setSource(Type sourceType)
Type getSource()
void perform(Type eventSource, boolean b, java.util.Stack callStack) throws RuleInvocationException
RuleInvocationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |