|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
CTCPFilter interface.
| Method Summary | |
void |
action(Server s,
java.lang.String destination,
java.lang.String msg)
Send an action on the given destination. |
void |
chat(Server s,
java.lang.String nick)
Send a DCCChat request on the given nick. |
void |
CTCPReply(java.lang.String nick,
Source source,
java.lang.String msg)
Notify this Filter the source has received a CTCP reply. |
void |
genericSend(Server s,
java.lang.String nick,
java.lang.String message)
Send a generic CTCP message to the given nick. |
void |
perform(java.lang.String nick,
Source source,
java.lang.String msg)
Notify this filter the given source has received a CTCP message that should be processed. |
void |
ping(Server s,
java.lang.String nick)
Send a PING request on the given nick. |
void |
sendFile(Server s,
java.lang.String nick,
java.lang.String file)
Send a DCC file send request on the given nick. |
| Method Detail |
public void perform(java.lang.String nick,
Source source,
java.lang.String msg)
nick - the sender nickname.source - the source.msg - the message to be processed.
public void action(Server s,
java.lang.String destination,
java.lang.String msg)
s - the server where to send the action.destination - the destination, channel name or nick name.msg - the message to send.
public void ping(Server s,
java.lang.String nick)
s - the server.nick - the nick.
public void chat(Server s,
java.lang.String nick)
s - the server.nick - the nick.
public void sendFile(Server s,
java.lang.String nick,
java.lang.String file)
s - the server.nick - the nick.file - the file to send.
public void genericSend(Server s,
java.lang.String nick,
java.lang.String message)
s - the server.nick - the nick.message - the message to send.
public void CTCPReply(java.lang.String nick,
Source source,
java.lang.String msg)
nick - the replier nick.source - the source.msg - the reply message.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||