org.olat.modules.fo
Class ForumChangedEvent

java.lang.Object
  extended by org.olat.core.gui.control.Event
      extended by org.olat.core.util.event.MultiUserEvent
          extended by org.olat.modules.fo.ForumChangedEvent
All Implemented Interfaces:
java.io.Serializable

public class ForumChangedEvent
extends MultiUserEvent

Description:
MultiUserEvent fired at close/open or hide/show forum thread, or add/delete thread.

Initial Date: 09.07.2009

Author:
Lavinia Dumitrescu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.olat.core.gui.control.Event
BACK_EVENT, CANCELLED_EVENT, CHANGED_EVENT, DONE_EVENT, FAILED_EVENT
 
Constructor Summary
ForumChangedEvent(java.lang.String command)
           
 
Method Summary
 
Methods inherited from class org.olat.core.util.event.MultiUserEvent
hashCode, isEventOnThisNode, toString
 
Methods inherited from class org.olat.core.gui.control.Event
getCommand
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ForumChangedEvent

public ForumChangedEvent(java.lang.String command)