- 
- All Superinterfaces:
- EventListener
 
 public interface MetaEventListener extends EventListener TheMetaEventListenerinterface should be implemented by classes whose instances need to be notified when aSequencerhas processed aMetaMessage. To register aMetaEventListenerobject to receive such notifications, pass it as the argument to theaddMetaEventListenermethod ofSequencer.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmeta(MetaMessage meta)Invoked when aSequencerhas encountered and processed aMetaMessagein theSequenceit is processing.
 
- 
- 
- 
Method Detail- 
metavoid meta(MetaMessage meta) Invoked when aSequencerhas encountered and processed aMetaMessagein theSequenceit is processing.- Parameters:
- meta- the meta-message that the sequencer encountered
 
 
- 
 
-