maslab.telemetry.channel
Class Channel

java.lang.Object
  extended by maslab.telemetry.channel.Channel
Direct Known Subclasses:
ImageChannel, ScopeChannel, TextChannel, VectorChannel

public abstract class Channel
extends java.lang.Object

Abstract parent class for all channel types.


Constructor Summary
Channel()
           
 
Method Summary
static void addCommandListener(JugMessageListener listener)
          Add a new listener to receive messages from the BotClient.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Channel

public Channel()
Method Detail

addCommandListener

public static void addCommandListener(JugMessageListener listener)
Add a new listener to receive messages from the BotClient.

Parameters:
listener - A JugMessageListener object that will handle commands from the BotClient.