com.croftsoft.apps.chat.event
Class TalkEvent

java.lang.Object
  extended by com.croftsoft.apps.chat.event.AbstractEvent
      extended by com.croftsoft.apps.chat.event.TalkEvent
All Implemented Interfaces:
Event, Serializable

public final class TalkEvent
extends AbstractEvent

An avatar is talking.

Since:
2003-06-11
Version:
2003-06-11
See Also:
Serialized Form
Author:
David Wallace Croft

Constructor Summary
TalkEvent(String text)
           
 
Method Summary
 String getText()
           
 
Methods inherited from class com.croftsoft.apps.chat.event.AbstractEvent
getEventIndex, setEventIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TalkEvent

public TalkEvent(String text)
Method Detail

getText

public String getText()

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)