org.jdesktop.swing.decorator
Interface PipelineListener

All Superinterfaces:
EventListener
All Known Implementing Classes:
JXTable

public interface PipelineListener
extends EventListener

PipelineListener


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

Method Detail

contentsChanged

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

Parameters:
e - a PipelineEvent encapsulating the event information


Copyright 2004 by Sun Microsystems, Inc. All Rights Reserved.