Uses of Class
org.jomc.sequences.SequenceChangeEvent

Uses of SequenceChangeEvent in org.jomc.sequences
 

Methods in org.jomc.sequences that return SequenceChangeEvent
Modifier and Type Method and Description
 SequenceChangeEvent SequenceVetoException.getSequenceChangeEvent()
          Gets the event describing the vetoed change.
 

Methods in org.jomc.sequences with parameters of type SequenceChangeEvent
Modifier and Type Method and Description
 void SequenceChangeListener.sequenceChange(SequenceChangeEvent evt)
          Gets called whenever the state of a sequence changed.
 void VetoableSequenceChangeListener.vetoableSequenceChange(SequenceChangeEvent evt)
          Gets called whenever the state of a sequence is about to change.
 

Constructors in org.jomc.sequences with parameters of type SequenceChangeEvent
Constructor and Description
SequenceVetoException(SequenceChangeEvent evt)
          Creates a new SequenceVetoException taking an event describing a vetoed sequence change.
 



Copyright © 2005-2010 The JOMC Project. All Rights Reserved.