dguitar.adaptors.song.event
Class SongTieMessage

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

public class SongTieMessage
extends SongNotationMessage

Author:
Chris

Field Summary
 
Fields inherited from class dguitar.adaptors.song.event.SongNotationMessage
 
Constructor Summary
SongTieMessage(int duration)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class dguitar.adaptors.song.event.SongNotationMessage
equals, getDuration, setDuration
 
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
 

Constructor Detail

SongTieMessage

public SongTieMessage(int duration)
Method Detail

toString

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