org.activemath.events.log
Class UlogImporter
java.lang.Object
org.activemath.events.log.UlogImporter
- All Implemented Interfaces:
- EventListener, ActivemathEventListener
public class UlogImporter
- extends Object
- implements ActivemathEventListener
Command line tool to import Ulog files (written by EventLogFileWriter) into
the logging database.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UlogImporter
public UlogImporter()
main
public static void main(String[] args)
onActivemathEvent
public void onActivemathEvent(ActivemathEvent event)
- Description copied from interface:
ActivemathEventListener
- Handle an Activemath event.
This method must return as quickly as possible
and must not block the calling thread for long.
- Specified by:
onActivemathEvent in interface ActivemathEventListener
- Parameters:
event - the event to respond to