|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IM | |
Default Package | |
commLibs | |
org.nukesoft.bot2.commlib | |
org.nukesoft.bot2.core | |
org.nukesoft.bot2.lineproc |
Uses of IM in |
Methods in Default Package with parameters of type IM | |
void |
ReverseLineProc.handleIM(IM message)
|
void |
AdminLineProc.handleIM(IM message)
|
void |
EchoLineProc.handleIM(IM message)
Handles incomming IMs. |
void |
WeatherReportLineProc.handleIM(IM message)
Handles an incomming IM. |
void |
ConsoleLineProc.handleIM(IM message)
Handles the console |
Uses of IM in commLibs |
Methods in commLibs with parameters of type IM | |
void |
YahooLib.sendMessage(IM message)
|
void |
MSNLib.sendMessage(IM message)
|
void |
AIMLib.sendMessage(IM message)
Sends a message. |
Uses of IM in org.nukesoft.bot2.commlib |
Methods in org.nukesoft.bot2.commlib with parameters of type IM | |
void |
CommPortCallback.handleIM(IM message,
CommPort cp)
Handles an incomming message. |
void |
CommPort.sendMessage(IM message)
Sends an instant message over the network. |
void |
CommPort.handleIM(IM message)
Handles an incomming instant message. |
void |
CommLibCallback.handleIM(IM message)
Accepts an incomming message. |
void |
CommLib.sendMessage(IM message)
Sends an instant message over the network. |
Uses of IM in org.nukesoft.bot2.core |
Methods in org.nukesoft.bot2.core with parameters of type IM | |
void |
DialogManager.handleIM(IM message,
CommPort cp)
Handles an inbound IM from the CommLib. |
void |
Dialog.handleIM(IM message)
Handles incomming message from the CommLib. |
void |
Dialog.sendIM(IM message)
Sends an outbound IM. |
Uses of IM in org.nukesoft.bot2.lineproc |
Methods in org.nukesoft.bot2.lineproc with parameters of type IM | |
void |
LineProcContextCallback.sendIM(IM message)
Sends an IM. |
void |
LineProcContext.sendIM(IM message)
Sends an IM. |
void |
LineProc.handleIM(IM message)
Handles an incomming IM. |
abstract void |
GenericLineProc.handleIM(IM message)
|
void |
DynamicLoadLPContext.sendIM(IM message)
Sends an IM. |
void |
DynamicLoadLPContext.handleIM(IM message)
Forewards an incomming IM to the LineProc. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |