JIVE Platform
Release 0.2.2

Uses of Interface
edu.buffalo.cse.jive.sequence.SequenceModel.Listener

Packages that use SequenceModel.Listener
edu.buffalo.cse.jive.sequence Sequence model used to represent program execution history. 
 

Uses of SequenceModel.Listener in edu.buffalo.cse.jive.sequence
 

Methods in edu.buffalo.cse.jive.sequence with parameters of type SequenceModel.Listener
 void SequenceModel.addListener(SequenceModel.Listener listener)
          Registers the supplied listener to be notified when the model has changed.
 void SequenceModel.removeListener(SequenceModel.Listener listener)
          Unregisters the supplied listener from being notified when the model has changed.
 


JIVE Platform
Release 0.2.2