com.valhalla.jbother.plugins.events
Class ConversationEvent

java.lang.Object
  extended bycom.valhalla.pluginmanager.PluginEvent
      extended bycom.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

Nested Class Summary
static class ConversationEvent.Type
          static types of ConversationEvent.
 
Constructor Summary
ConversationEvent(java.lang.Object source)
           
 
Method Summary
 java.lang.String getContent()
           
 ConversationEvent.Type getType()
           
 boolean isNoMoreFormatting()
           
 boolean isToHide()
           
 void setContent(java.lang.String content)
           
 void setNoMoreFormatting(boolean noMoreFormatting)
           
 void setToHide(boolean toHide)
           
 void setType(ConversationEvent.Type type)
           
 
Methods inherited from class com.valhalla.pluginmanager.PluginEvent
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConversationEvent

public ConversationEvent(java.lang.Object source)
Method Detail

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()