| Method Summary |
| |
__init__(self)
|
| |
addView(self,
view)
Connects view to time cursor. |
| |
removeView(self,
view)
Removes view from time cursor. |
| |
selectItem(self,
selectedItem)
Selects specified item if present within view. |
| |
setCursorTime(self,
newTime)
Sets the diplayed time and notifies listeners. |
| |
start(self,
startTime)
Sets starts time to specified value, or current time if no value
given. |
| |
synchViews(self)
Sends cursor time to views for display or synchronisation. |
| Inherited from Listenable |
| |
addListener(self,
listener,
listenFor)
Adds new listener to avatar. |
| |
handleListenRequest(self,
listenRequest)
Deals with listen request from another client. |
| |
notifyListeners(self,
listenFor,
dataPacket)
Forward data to listeners. |
| |
removeListener(self,
listener,
listenFor)
Removes listener from avatar. |