|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spellcast.event.OkEvent
public class OkEvent
An Ok Event specifies that the wizard has completed their turn. The gestures and answers for the current turn are also provided.
Constructor Summary | |
---|---|
OkEvent()
Create an OkEvent. |
Method Summary | |
---|---|
java.util.List |
getAnswers()
Get the value of answers. |
Gesture |
getLeftHandGesture()
Get the value of leftHandGesture. |
Gesture |
getRightHandGesture()
Get the value of rightHandGesture. |
void |
setAnswers(java.util.List v)
Set the value of answers. |
void |
setLeftHandGesture(Gesture v)
Set the value of leftHandGesture. |
void |
setRightHandGesture(Gesture v)
Set the value of rightHandGesture. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OkEvent()
Method Detail |
---|
public Gesture getLeftHandGesture()
public void setLeftHandGesture(Gesture v)
v
- Value to assign to leftHandGesture.public Gesture getRightHandGesture()
public void setRightHandGesture(Gesture v)
v
- Value to assign to rightHandGesture.public java.util.List getAnswers()
public void setAnswers(java.util.List v)
v
- Value to assign to answers.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |