dguitar.adaptors.song.event
Class SongMessageImpl

java.lang.Object
  extended bydguitar.adaptors.song.event.SongMessageImpl
All Implemented Interfaces:
SongMessage
Direct Known Subclasses:
SongNotationMessage, SongNoteOffMessage

public abstract class SongMessageImpl
extends java.lang.Object
implements SongMessage

The basic message implementation. Allows properties of messages to be retrieved in the same way as a Bean.

Author:
crnash

Constructor Summary
SongMessageImpl()
           
 
Method Summary
abstract  boolean equals(java.lang.Object o)
           
 int hashCode()
           
abstract  java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SongMessageImpl

public SongMessageImpl()
Method Detail

equals

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

hashCode

public int hashCode()
Specified by:
hashCode in interface SongMessage

toString

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