edu.uci.isr.yancees
Class GenericEvent

java.lang.Object
  extended byedu.uci.isr.yancees.GenericMessage
      extended byedu.uci.isr.yancees.GenericEvent
All Implemented Interfaces:
EventInterface, MessageInterface, java.io.Serializable
Direct Known Subclasses:
YanceesEvent

public class GenericEvent
extends GenericMessage
implements EventInterface

See Also:
Serialized Form

Field Summary
 
Fields inherited from class edu.uci.isr.yancees.GenericMessage
dateCreated, dateReceivedInServer, messageDOM, myId, textContent
 
Constructor Summary
GenericEvent()
           
GenericEvent(java.io.File file)
           
GenericEvent(org.w3c.dom.Node n)
           
GenericEvent(java.lang.String content)
           
 
Methods inherited from class edu.uci.isr.yancees.GenericMessage
convertTextToMessageDOM, getDateCreated, getDateReceivedInServer, getDOM, getId, getXMLTextContent, setDateReceivedInServer, setDOM, setXMLTextContent, toString, writeTextToTempFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface edu.uci.isr.yancees.MessageInterface
getDateCreated, getDateReceivedInServer, getDOM, getId, getXMLTextContent, setDOM, setXMLTextContent
 

Constructor Detail

GenericEvent

public GenericEvent()

GenericEvent

public GenericEvent(org.w3c.dom.Node n)
             throws ParsingException

GenericEvent

public GenericEvent(java.io.File file)
             throws java.io.IOException

GenericEvent

public GenericEvent(java.lang.String content)