Uses of Class
fds.micro.ui.events.ContainerEvent

Packages that use ContainerEvent
fds.micro.ui.events   
 

Uses of ContainerEvent in fds.micro.ui.events
 

Methods in fds.micro.ui.events with parameters of type ContainerEvent
 void ContainerListener.componentRemoved(ContainerEvent evt)
          Called when an component is removed from the conatiner.
 void ContainerListener.componentAdded(ContainerEvent evt)
          Called when an component is added to the container.