@FrameworkOnly public class ControlVetoClosingListener extends Object implements VetoableDockFrontendListener
VetoableDockFrontendEvents and firing
new CVetoClosingEvents.| Constructor and Description |
|---|
ControlVetoClosingListener(CControl control,
CVetoClosingListener callback)
Creates a new converter.
|
| Modifier and Type | Method and Description |
|---|---|
protected CDockable[] |
getCDockables(VetoableDockFrontendEvent event)
Gets all the
CDockables that are to be forwarded by this converter. |
void |
hidden(VetoableDockFrontendEvent event) |
void |
hiding(VetoableDockFrontendEvent event) |
void |
showing(VetoableDockFrontendEvent event) |
void |
shown(VetoableDockFrontendEvent event) |
public ControlVetoClosingListener(CControl control, CVetoClosingListener callback)
control - the control in whose realm this converter workscallback - the listener to inform about new eventspublic void hidden(VetoableDockFrontendEvent event)
hidden in interface VetoableDockFrontendListenerpublic void hiding(VetoableDockFrontendEvent event)
hiding in interface VetoableDockFrontendListenerprotected CDockable[] getCDockables(VetoableDockFrontendEvent event)
CDockables that are to be forwarded by this converter.event - the sourcenullpublic void showing(VetoableDockFrontendEvent event)
showing in interface VetoableDockFrontendListenerpublic void shown(VetoableDockFrontendEvent event)
shown in interface VetoableDockFrontendListenerCopyright © 2018. All rights reserved.