public abstract class ContainerHandlerAdapter extends Object implements ContainerHandler
ContainerHandler. The methods in the
class are empty.ContainerHandler.HasContainerHandlers| Constructor and Description |
|---|
ContainerHandlerAdapter() |
| Modifier and Type | Method and Description |
|---|---|
void |
onAdd(AddEvent event)
Called after a widget is added to a container.
|
void |
onBeforeAdd(BeforeAddEvent event)
Called before a widget is added to a container.
|
void |
onBeforeRemove(BeforeRemoveEvent event)
Called before a widget is removed to a container.
|
void |
onRemove(RemoveEvent event)
Called before a widget is removed to a container.
|
public void onAdd(AddEvent event)
AddEvent.AddHandleronAdd in interface AddEvent.AddHandlerevent - the AddEvent that was firedpublic void onBeforeAdd(BeforeAddEvent event)
BeforeAddEvent.BeforeAddHandlerBeforeAddEvent.setCancelled(boolean).onBeforeAdd in interface BeforeAddEvent.BeforeAddHandlerevent - the BeforeAddEvent that was firedpublic void onBeforeRemove(BeforeRemoveEvent event)
BeforeRemoveEvent.BeforeRemoveHandlerBeforeRemoveEvent.setCancelled(boolean).onBeforeRemove in interface BeforeRemoveEvent.BeforeRemoveHandlerevent - the BeforeRemoveEvent that was firedpublic void onRemove(RemoveEvent event)
RemoveEvent.RemoveHandleronRemove in interface RemoveEvent.RemoveHandlerevent - the RemoveEvent that was firedCopyright © 2012. All Rights Reserved.