org.olat.core.util.event
Class EventFactory

java.lang.Object
  extended by org.olat.core.util.event.EventFactory

public class EventFactory
extends java.lang.Object

Description:
TODO: Felix Jost Class Description for EventFactory

Initial Date: Sep 8, 2005

Author:
Felix Jost

Constructor Summary
EventFactory()
           
 
Method Summary
static PersistsEvent createAffectedEvent(java.util.Set<java.lang.Long> keys)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventFactory

public EventFactory()
Method Detail

createAffectedEvent

public static PersistsEvent createAffectedEvent(java.util.Set<java.lang.Long> keys)
Parameters:
keys - a Set of Long objects indicating which Persistables have been added/removed/updated/affected
Returns: