|
|
|
|
EventManager
|
|
|
|
addCommandListener(self,
*args)
addCommandListener(self, ICommandListener listener) |
source code
|
|
|
|
addCommandListenerFront(self,
*args)
addCommandListenerFront(self, ICommandListener listener) |
source code
|
|
|
|
removeCommandListener(self,
*args)
removeCommandListener(self, ICommandListener listener) |
source code
|
|
|
|
addKeyListener(self,
*args)
addKeyListener(self, IKeyListener listener) |
source code
|
|
|
|
addKeyListenerFront(self,
*args)
addKeyListenerFront(self, IKeyListener listener) |
source code
|
|
|
|
removeKeyListener(self,
*args)
removeKeyListener(self, IKeyListener listener) |
source code
|
|
|
|
addMouseListener(self,
*args)
addMouseListener(self, IMouseListener listener) |
source code
|
|
|
|
addMouseListenerFront(self,
*args)
addMouseListenerFront(self, IMouseListener listener) |
source code
|
|
|
|
removeMouseListener(self,
*args)
removeMouseListener(self, IMouseListener listener) |
source code
|
|
|
EventSourceType
|
|
|
|
dispatchCommand(self,
*args)
dispatchCommand(self, Command command) |
source code
|
|
|
|
setKeyFilter(self,
*args)
setKeyFilter(self, IKeyFilter keyFilter) |
source code
|
|