|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object spellcast.event.QueryEvent
public class QueryEvent
A Query Event contains a query for the specified client.
Constructor Summary | |
---|---|
QueryEvent(Question query)
|
Method Summary | |
---|---|
Question |
getQuery()
Get the value of query. |
void |
setQuery(Question v)
Set the value of query. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public QueryEvent(Question query)
Method Detail |
---|
public Question getQuery()
public void setQuery(Question v)
v
- Value to assign to query.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |