Package org.jdesktop.swingx.decorator
Interface PipelineListener
-
- All Superinterfaces:
java.util.EventListener
public interface PipelineListener extends java.util.EventListenerPipelineListener
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontentsChanged(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- aPipelineEventencapsulating the event information
-
-