JIDE 3.5.15

com.jidesoft.action
Class CommandBar.CommandBarContainerListener

java.lang.Object
  extended by com.jidesoft.action.CommandBar.CommandBarContainerListener
All Implemented Interfaces:
ContainerListener, EventListener
Enclosing class:
CommandBar

protected class CommandBar.CommandBarContainerListener
extends Object
implements ContainerListener


Constructor Summary
protected CommandBar.CommandBarContainerListener()
           
 
Method Summary
 void componentAdded(ContainerEvent e)
           
 void componentRemoved(ContainerEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CommandBar.CommandBarContainerListener

protected CommandBar.CommandBarContainerListener()
Method Detail

componentAdded

public void componentAdded(ContainerEvent e)
Specified by:
componentAdded in interface ContainerListener

componentRemoved

public void componentRemoved(ContainerEvent e)
Specified by:
componentRemoved in interface ContainerListener

JIDE 3.5.15