org.activemath.events.impl
Class EventFactoryXml

java.lang.Object
  extended by org.activemath.events.impl.EventFactoryXml

public class EventFactoryXml
extends Object

Event factory for user events.


Constructor Summary
EventFactoryXml()
           
 
Method Summary
static List createEvents(File ulogFile)
           
static List createEvents(String ulogString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventFactoryXml

public EventFactoryXml()
Method Detail

createEvents

public static List createEvents(File ulogFile)
Parameters:
ulogFile -
Returns:
list of events parsed from this file (possibly empty).

createEvents

public static List createEvents(String ulogString)