net.jetrix.messages
Class SpectatorListMessage

java.lang.Object
  extended by net.jetrix.Message
      extended by net.jetrix.messages.SpectatorListMessage

public class SpectatorListMessage
extends Message

List of spectators in a channel.

Version:
$Revision: 426 $, $Date: 2004-10-03 19:32:15 +0200 (dim., 03 oct. 2004) $
Author:
Emmanuel Bourg

Constructor Summary
SpectatorListMessage()
           
 
Method Summary
 String getChannel()
           
 Collection<String> getSpectators()
           
 void setChannel(String channel)
           
 void setSpectators(Collection<String> spectators)
           
 
Methods inherited from class net.jetrix.Message
getDestination, getRawMessage, getSource, getTime, setDestination, setRawMessage, setSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpectatorListMessage

public SpectatorListMessage()
Method Detail

getChannel

public String getChannel()

setChannel

public void setChannel(String channel)

getSpectators

public Collection<String> getSpectators()

setSpectators

public void setSpectators(Collection<String> spectators)


Copyright © 2001-2008 Emmanuel Bourg. All Rights Reserved.