|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnl.tue.id.tim.EmoticonCollector
TIM Emoticon Collector plugin for JBother.
Description: This plugin collects emoticons from the conversations.
Copyright: Copyright (c) 2005 Jun Hu
Company: ID, TU/e
Field Summary | |
private EmoticonFrame |
frame
|
(package private) java.lang.String |
regex
|
private java.util.ResourceBundle |
resources
i18n translation resources. |
Constructor Summary | |
EmoticonCollector()
|
Method Summary | |
private void |
conversationHandler(com.valhalla.jbother.plugins.events.ConversationEvent pluginEvent)
conversationHandler |
void |
handleEvent(com.valhalla.pluginmanager.PluginEvent pluginEvent)
This is the event handling interface defined in JBother Plugin. |
boolean |
init()
Initiate the plugin. |
void |
unload()
Unloads the plugin. remove this plugin from the PluginChain. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.ResourceBundle resources
private EmoticonFrame frame
java.lang.String regex
Constructor Detail |
public EmoticonCollector()
Method Detail |
public boolean init()
init
in interface com.valhalla.pluginmanager.Plugin
public void unload()
unload
in interface com.valhalla.pluginmanager.Plugin
public void handleEvent(com.valhalla.pluginmanager.PluginEvent pluginEvent)
handleEvent
in interface com.valhalla.pluginmanager.PluginEventListener
pluginEvent
- PluginEventprivate void conversationHandler(com.valhalla.jbother.plugins.events.ConversationEvent pluginEvent)
pluginEvent
- ConversationEvent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |