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