Package muntjac :: Module application :: Class IUserChangeListener
[hide private]
[frames] | no frames]

Class IUserChangeListener

source code

         object --+    
                  |    
util.IEventListener --+
                      |
                     IUserChangeListener

The UserChangeListener interface for listening application user changes.


Version: 1.1.2

Instance Methods [hide private]
 
applicationUserChanged(self, event)
The applicationUserChanged method Invoked when the application user has changed.
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

applicationUserChanged(self, event)

source code 

The applicationUserChanged method Invoked when the application user has changed.

Parameters:
  • event - the change event.