org.jdesktop.swingx.decorator
Interface PipelineListener

All Superinterfaces:
EventListener

public interface PipelineListener
extends EventListener

PipelineListener


Method Summary
 void contentsChanged(PipelineEvent e)
          Sent when the pipeline has changed in any way.
 

Method Detail

contentsChanged

void contentsChanged(PipelineEvent e)
Sent when the pipeline has changed in any way.

Parameters:
e - a PipelineEvent encapsulating the event information