qflib 0.98.0

de.qfs.lib.gui
Interface MultiPaneListener

All Superinterfaces:
java.util.EventListener

public interface MultiPaneListener
extends java.util.EventListener

A listener for MultiPaneEvents.

Version:
$Revision: 1.3 $
Author:
Gregor Schmid

Method Summary
 void showingChanged(MultiPaneEvent event)
          Notify the MultiPaneListener of a change in the MultiPane's showing state.
 

Method Detail

showingChanged

public void showingChanged(MultiPaneEvent event)
Notify the MultiPaneListener of a change in the MultiPane's showing state.
Parameters:
event - The event containing the details of the change.

qflib 0.98.0