|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
gestIT.StateChangedEvent
public class StateChangedEvent
Class that represent an event sent with an event. Programmers should use this class to gather information about an event, and datas that has generated it.
Constructor Summary | |
---|---|
StateChangedEvent(TmpExp source,
ExpEventArgs args,
Token tok)
Generic Constructor |
Method Summary | |
---|---|
ExpEventArgs |
getEventArgs()
Getter method for getting the args |
TmpExp |
getSender()
Getter method for getting the sender |
Token |
getToken()
Getter method for getting the token |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StateChangedEvent(TmpExp source, ExpEventArgs args, Token tok)
source
- Gesture block that has generated the eventargs
- Arguments that has generated the eventtok
- Token containing past datasMethod Detail |
---|
public TmpExp getSender()
public ExpEventArgs getEventArgs()
public Token getToken()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |