Package muntjac :: Package ui :: Module component_container :: Class IComponentAttachListener
[hide private]
[frames] | no frames]

Class IComponentAttachListener

source code

object --+
         |
        IComponentAttachListener

IComponent attach listener interface.

Instance Methods [hide private]
 
componentAttachedToContainer(self, event)
A new component is attached to container.
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]

componentAttachedToContainer(self, event)

source code 

A new component is attached to container.

Parameters:
  • event - the component attach event.