|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IrcSender
An IrcSender can send texts to an irc server.
| Method Summary | |
|---|---|
void |
send(java.lang.String text)
Sends the given message as raw text to the irc server. |
void |
sendMessageTo(java.lang.String target,
MessageTypes type,
java.lang.String text)
Sends a message with the specified text and type to the target. |
| Method Detail |
|---|
void sendMessageTo(java.lang.String target,
MessageTypes type,
java.lang.String text)
target - the target to send to (user/channel)type - type of the message to sendtext - text to sendvoid send(java.lang.String text)
text - text to send
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||