com.virtuosotechnologies.lib.pane
Interface PaneClosingListener
- All Superinterfaces:
- EventListener
- public interface PaneClosingListener
- extends EventListener
A listener for when a pane is about to be closed
PANE_CLOSING_METHOD
public static final Method PANE_CLOSING_METHOD
- Method object referring to the paneClosing method
paneClosing
public void paneClosing(PaneClosingEvent ev)
throws EventAbortedException
- The pane is about to be closed.
- Parameters:
ev
- more information about the event
- Throws:
EventAbortedException
- veto the close