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.
valueChanged
public void valueChanged(SequenceSelectionEvent e)
- The only method a sequence selection listener should implement.
- Parameters:
e
- the SequenceSelectionEvent.