com.valhalla.jbother.plugins.events
Class ConversationEvent
java.lang.Object
com.valhalla.pluginmanager.PluginEvent
com.valhalla.jbother.plugins.events.ConversationEvent
- public class ConversationEvent
- extends PluginEvent
This event is distributed by ChatPanel.
- Version:
- 1.0
- Author:
- Jun Hu
- See Also:
ChatPanel
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConversationEvent
public ConversationEvent(java.lang.Object source)
setType
public void setType(ConversationEvent.Type type)
getType
public ConversationEvent.Type getType()
setContent
public void setContent(java.lang.String content)
setNoMoreFormatting
public void setNoMoreFormatting(boolean noMoreFormatting)
setToHide
public void setToHide(boolean toHide)
getContent
public java.lang.String getContent()
isNoMoreFormatting
public boolean isNoMoreFormatting()
isToHide
public boolean isToHide()