dguitar.adaptors.song
Interface SongChannelEvent

All Superinterfaces:
SongEvent

public interface SongChannelEvent
extends SongEvent

A SongChannelEvent is an event to be sent on a particular channel.

Author:
crnash

Method Summary
 int getChannel()
           
 void setChannel(int channel)
           
 
Methods inherited from interface dguitar.adaptors.song.SongEvent
equals, getMessage, getTime, getVirtualTrack, hashCode, setMessage, setTime, setVirtualTrack, toString
 

Method Detail

getChannel

public int getChannel()

setChannel

public void setChannel(int channel)