|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PerformOnConnectPlugin
A plugin that wants to be called whenever a new connection to irc is made.
Method Summary | |
---|---|
void |
perform(IrcSender ircSender)
This method will be called when a new connection to an irc server is made, if the plugin is loaded at that time. |
Methods inherited from interface de.berlios.suzy.irc.Plugin |
---|
getCommands, getRestrictedCommands, handleEvent |
Method Detail |
---|
void perform(IrcSender ircSender)
ircSender
- a sender that is capable of sending text to server
that the connection was made to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |