|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.shimari.bot.BroadcastChannel
A BroadcastChannel is an aggregate of several other channels. All messages to the broadcast channel will be relayed to all subscribed channels.
| Constructor Summary | |
BroadcastChannel()
|
|
| Method Summary | |
void |
addChannel(Channel ch)
|
void |
broadcastMessage(java.lang.String message)
|
void |
broadcastNotice(java.lang.String notice)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public BroadcastChannel()
| Method Detail |
public void addChannel(Channel ch)
public void broadcastMessage(java.lang.String message)
broadcastMessage in interface Channelpublic void broadcastNotice(java.lang.String notice)
broadcastNotice in interface Channel
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||