org.activemath.events.log
Class EventLogManager
java.lang.Object
org.activemath.events.log.EventLogManager
- All Implemented Interfaces:
- EventListener, ActivemathEventListener
public class EventLogManager
- extends Object
- implements ActivemathEventListener
The basis for the new ULog.
A universal listener to user events.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getInstance
public static EventLogManager getInstance()
onActivemathEvent
public void onActivemathEvent(ActivemathEvent event)
- Pass on event to our event loggers.
- Specified by:
onActivemathEvent in interface ActivemathEventListener
- Parameters:
event - the event to respond to- See Also:
ActivemathEventListener.onActivemathEvent(org.activemath.events.ActivemathEvent)