jadex.swing.sequence
Interface SequenceSelectionListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
SequenceDisplayAndTreeAdapter

public interface SequenceSelectionListener
extends java.util.EventListener

This is the EventListener all classes are interested in Sequence Selection should implement.


Method Summary
 void valueChanged(SequenceSelectionEvent e)
          The only method a sequence selection listener should implement.
 

Method Detail

valueChanged

public void valueChanged(SequenceSelectionEvent e)
The only method a sequence selection listener should implement.
Parameters:
e - the SequenceSelectionEvent.