org.olat.core.util.event
Class PersistsEvent

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

public class PersistsEvent
extends MultiUserEvent

Description:
TODO: Felix Jost Class Description for PersistsEvent

Initial Date: Sep 8, 2005

Author:
Felix Jost
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
 
Method Summary
 boolean isAtLeastOneKeyInList(java.util.List persistables)
           
 
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
 

Method Detail

isAtLeastOneKeyInList

public boolean isAtLeastOneKeyInList(java.util.List persistables)
Parameters:
persistables - a List of Persistable objects
Returns:
true if at least one of the objects in the list has the same key as the keys given.