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


Field Summary
static Method PANE_CLOSING_METHOD
          Method object referring to the paneClosing method
 
Method Summary
 void paneClosing(PaneClosingEvent ev)
          The pane is about to be closed.
 

Field Detail

PANE_CLOSING_METHOD

public static final Method PANE_CLOSING_METHOD
Method object referring to the paneClosing method

Method Detail

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