public interface IBehaviour
| Modifier and Type | Method and Description | 
|---|---|
void | 
setActive(boolean active)
Set whether a behaviour executes events 
 | 
void | 
setEventSource(IItem eventSourceItem)
The item whose multi-touch event dispatcher will generate the events that
 this behaviour will respond to. 
 | 
void | 
setItemActingOn(IItem item)
The item that the behaviour should operate on. 
 | 
void | 
setStage(IStage stage)
Behaviours usually need to know about the stage. 
 | 
void setActive(boolean active)
active - void setEventSource(IItem eventSourceItem)
eventSourceItem - void setItemActingOn(IItem item)
item - void setStage(IStage stage)
stage -