Uses of Class
gestIT.Token

Packages that use Token
gestIT   
touchgestIT   
 

Uses of Token in gestIT
 

Fields in gestIT declared as Token
 Token SimpleTmpExp.token
          The token of the execution
 

Methods in gestIT that return Token
 Token StateChangedEvent.getToken()
          Getter method for getting the token
 

Methods in gestIT with parameters of type Token
 boolean ExpContent.Accepts(ExpEventArgs args, Token token)
          Method that check if a specific event meet a constraint
 boolean ExpContent.Consume(ExpEventArgs args, Token token)
          Method that consume an event
 void SimpleTmpExp.SetExecState(ExecState state, Token token)
           
 void TmpExp.SetExecState(ExecState st, Token tk)
          Method for changing the execution state of a building block
 void BinaryTmpExp.SetExecState(ExecState st, Token tk)
           
 void ComplexTmpExp.SetExecState(ExecState st, Token tk)
           
 void Emitter.StartRecognition(Token token)
          Start the recognition of the gesture setting the gesture state to enabled
 

Constructors in gestIT with parameters of type Token
StateChangedEvent(TmpExp source, ExpEventArgs args, Token tok)
          Generic Constructor
 

Uses of Token in touchgestIT
 

Subclasses of Token in touchgestIT
 class TouchToken
           
 

Methods in touchgestIT with parameters of type Token
 boolean TouchContent.Accepts(ExpEventArgs args, Token token)
           
 boolean TouchContent.Consume(ExpEventArgs args, Token token)