Package fife :: Module fife :: Class EventManager
[hide private]
[frames] | no frames]

Class EventManager

source code

_object --+
          |
         EventManager

Proxy of C++ FIFE::EventManager class

Instance Methods [hide private]
 
__repr__(self) source code
EventManager
__init__(self) source code
 
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
getEventSourceType(self) source code
 
dispatchCommand(self, *args)
dispatchCommand(self, Command command)
source code
 
setKeyFilter(self, *args)
setKeyFilter(self, IKeyFilter keyFilter)
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_EventManager
  __del__ = lambda self: