|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
| Method Summary | |
boolean |
checkAction(java.util.Stack exClude)
returns whether an action can be performed without any new constructive action. |
void |
execute()
executes the method, constructor, setter, getter implementing the RuntimeAction. |
java.lang.Object |
getEventSourceValue()
gets the event source value (i.e. |
RuntimeElement |
getTarget()
returns the target object. |
void |
setEventSourceValue(java.lang.Object aValue)
sets the event source value (i.e. |
| Method Detail |
public void execute()
throws KilimException
KilimException - : the exception is generated when the method is invoked on unbound references
or on illegal elements.
public boolean checkAction(java.util.Stack exClude)
throws KilimException
exClude - is the stack of runtime element which are under evaluation (i.e. element in the process of a constructive action).
KilimException - :
public RuntimeElement getTarget()
throws KilimException
KilimException - : generated when invoked on an uninitialized references.
public void setEventSourceValue(java.lang.Object aValue)
throws KilimException
aValue - : the value of the source.
KilimException - : the exception is generated when the provided value is badly typed or
when the component element is not bound
public java.lang.Object getEventSourceValue()
throws KilimException
KilimException - : the exception is generated when the method is invoked on unbound references
or on illegal elements.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||