org.activemath.events.types
Class AuthoringInterfaceEvent

java.lang.Object
  extended by org.activemath.events.ActivemathEvent
      extended by org.activemath.events.types.AuthoringInterfaceEvent
All Implemented Interfaces:
Serializable, Comparable

public class AuthoringInterfaceEvent
extends ActivemathEvent

Base class to represent an even sent by the authoring user-interface simple and straight support for XML content to describe the event.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.activemath.events.ActivemathEvent
bookId, groupId, id, itemId, sessionId, source, timestamp, type, userId
 
Constructor Summary
AuthoringInterfaceEvent()
           
 
Method Summary
 String getXmlDescr()
           
 void setXmlDescr(String xmlDescr)
           
 
Methods inherited from class org.activemath.events.ActivemathEvent
compareTo, dispatchFinished, getGroupId, getId, getItemId, getSource, getTimestamp, getType, setGroupId, setId, setItemId, setSource, setTimestamp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AuthoringInterfaceEvent

public AuthoringInterfaceEvent()
Method Detail

setXmlDescr

public void setXmlDescr(String xmlDescr)

getXmlDescr

public String getXmlDescr()