Package muntjac :: Package event :: Module action :: Class INotifier
[hide private]
[frames] | no frames]

Class INotifier

source code

object --+    
         |    
IContainer --+
             |
            INotifier
Known Subclasses:

Containers implementing this support an easier way of adding single Actions than the more involved IHandler. The added actions must be Listeners, thus handling the action themselves.

Instance Methods [hide private]
 
addAction(self, action) source code
 
removeAction(self, action) source code

Inherited from IContainer: addActionHandler, removeActionHandler

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

Properties [hide private]

Inherited from object: __class__