com.japisoft.multipanes
Interface TitledPaneListener

All Superinterfaces:
java.util.EventListener

public interface TitledPaneListener
extends java.util.EventListener

Listener for the titledPane state : opened or closed


Method Summary
 void closed(TitledPaneEvent event)
          Called each time the titledpane is closed
 void opened(TitledPaneEvent event)
          Called each time the titledpane is opened
 

Method Detail

closed

public void closed(TitledPaneEvent event)
Called each time the titledpane is closed


opened

public void opened(TitledPaneEvent event)
Called each time the titledpane is opened