public interface MEDContainerListenerInterface
extends java.util.EventListener
Modifier and Type | Method and Description |
---|---|
void |
componentAdded(MEDCommandContainerEvent e)
Invoked when a command container has been added to the MED.
|
void |
componentRemoved(MEDCommandContainerEvent e)
Invoked when a command container has been removed to the MED.
|
void |
componentReplaced(MEDCommandContainerEvent e)
Invoked when a command container has been replaced to the MED.
|
void componentAdded(MEDCommandContainerEvent e)
e
- the CommandContainer event.void componentRemoved(MEDCommandContainerEvent e)
e
- the CommandContainer event.void componentReplaced(MEDCommandContainerEvent e)
e
- the CommandContainer event.