public abstract class BaseEvent extends Object
Object.toString() method on the Event. It is expected
that most events will result in a character separated list of name/value pairs fit for subsequent
processing by scripts or analysis software. This is NOT requirement, just a general observation.| Modifier and Type | Field and Description |
|---|---|
private String |
message
A human readable message associated with the event.
|
| Constructor and Description |
|---|
BaseEvent() |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the message associated with the event.
|
abstract String |
getType()
Gets the type of event.
|
void |
setMessage(String msg)
Sets the message associated with the event.
|
private String message
public abstract String getType()
public String getMessage()
public void setMessage(String msg)
msg - message associated with the eventCopyright © 1999–2014. All rights reserved.