|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectgestIT.ExpContent
touchgestIT.TouchContent
public class TouchContent
Field Summary | |
---|---|
int |
Id
|
TouchType |
Type
|
Constructor Summary | |
---|---|
TouchContent()
|
|
TouchContent(TouchType ty,
int id)
|
Method Summary | |
---|---|
boolean |
Accepts(ExpEventArgs args,
Token token)
Method that check if a specific event meet a constraint |
boolean |
Consume(ExpEventArgs args,
Token token)
Method that consume an event |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public TouchType Type
public int Id
Constructor Detail |
---|
public TouchContent()
public TouchContent(TouchType ty, int id)
Method Detail |
---|
public boolean Accepts(ExpEventArgs args, Token token)
ExpContent
Accepts
in class ExpContent
args
- The arguments of the eventtoken
- The token that must be passed
public boolean Consume(ExpEventArgs args, Token token)
ExpContent
Consume
in class ExpContent
args
- The arguments of the eventtoken
- The token that must be passed
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |