dguitar.adaptors.song.event
Class SongNoteOffMessage

java.lang.Object
  extended bydguitar.adaptors.song.event.SongMessageImpl
      extended bydguitar.adaptors.song.event.SongNoteOffMessage
All Implemented Interfaces:
SongMessage

public class SongNoteOffMessage
extends SongMessageImpl

A note off message.

Author:
crnash

Field Summary
(package private)  SongNoteOnMessage source
           
 
Constructor Summary
SongNoteOffMessage(SongNoteOnMessage source)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 SongNoteOnMessage getSource()
           
 java.lang.String toString()
           
 
Methods inherited from class dguitar.adaptors.song.event.SongMessageImpl
hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

source

SongNoteOnMessage source
Constructor Detail

SongNoteOffMessage

public SongNoteOffMessage(SongNoteOnMessage source)
Method Detail

equals

public boolean equals(java.lang.Object o)
Specified by:
equals in interface SongMessage
Specified by:
equals in class SongMessageImpl

toString

public java.lang.String toString()
Specified by:
toString in interface SongMessage
Specified by:
toString in class SongMessageImpl

getSource

public SongNoteOnMessage getSource()