|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcartago.OpFeedbackParam<T>
T
- public class OpFeedbackParam<T>
Class representing an action feedback parameter, i.e. an output parameter of an operation It is parameterized on the type of the parameter
Constructor Summary | |
---|---|
OpFeedbackParam()
|
Method Summary | |
---|---|
void |
copyFrom(OpFeedbackParam<?> param)
|
T |
get()
Get the value of the parameter |
void |
set(T t)
Set the value of the parameter |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OpFeedbackParam()
Method Detail |
---|
public void set(T t)
t
- public T get()
public void copyFrom(OpFeedbackParam<?> param)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |