public class SimpleEventLogger extends java.lang.Object implements SimEventListener
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
_VERSION_ |
(package private) static java.text.Format |
form |
static java.util.logging.Logger |
log |
Constructor and Description |
---|
SimpleEventLogger() |
Modifier and Type | Method and Description |
---|---|
void |
processSimEvent(SimEvent event)
Process the fired SimEvent.
|
public static final java.lang.String _VERSION_
public static final java.util.logging.Logger log
static final java.text.Format form
public void processSimEvent(SimEvent event)
SimEventListener
processSimEvent
in interface SimEventListener
event
- The SimEvent to process.