|
|||||||||
| Home >> All >> plugins >> [ Grabber overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
plugins.Grabber
Class GrabberProtocol

java.lang.Objectplugins.Messenger.AbstractPluginProtocol
plugins.Grabber.GrabberProtocol
- All Implemented Interfaces:
- plugins.Messenger.MessengerPluginProtocol
- public class GrabberProtocol
- extends plugins.Messenger.AbstractPluginProtocol
| Field Summary |
| Fields inherited from class plugins.Messenger.AbstractPluginProtocol |
|
| Constructor Summary | |
GrabberProtocol()
|
|
| Method Summary | |
java.lang.String |
processIncoming(java.lang.String message)
Is Called if a Message was received. |
java.lang.String |
processOutgoing(java.lang.String message)
Is called if a Plugin or the Chatframe want to send a Message. |
| Methods inherited from class plugins.Messenger.AbstractPluginProtocol |
addMessageReceiver, addStateListener, fireProcessIncoming, fireProcessOutgoing, fireStateChanged, removeMessageReceiver, removeStateListener |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
GrabberProtocol
public GrabberProtocol()
| Method Detail |
processIncoming
public java.lang.String processIncoming(java.lang.String message)
- Is Called if a Message was received. This methode will only be invoked if the
Plugin is enabled
processOutgoing
public java.lang.String processOutgoing(java.lang.String message)
- Is called if a Plugin or the Chatframe want to send a Message. This methode will only
be invoked if the Plugin is enabled.
|
|||||||||
| Home >> All >> plugins >> [ Grabber overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC