public final class SPAEvent
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
boolean |
FLAG
Boolean parameter for this event.
|
int[] |
INTS
List of integer parameter values for this event, may be
null . |
EventId |
KIND
The event kind.
|
java.lang.String |
PARAM
String parameter for this event.
|
Constructor and Description |
---|
SPAEvent(EventId kind)
Constructs a new event of the given kind, with default parameter values.
|
SPAEvent(EventId kind,
boolean flag)
Constructs a new event of the given kind, with the given boolean
parameter value, and default values for the remaining parameters.
|
SPAEvent(EventId kind,
java.lang.String param)
Constructs a new event of the given kind, with the given string
parameter value, and default values for the remaining parameters.
|
SPAEvent(EventId kind,
java.lang.String param,
boolean flag,
int[] ints)
Constructs a new event of the given kind, with the given string,
boolean, and integer list parameter values.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
kindTag()
Returns this event's kind as a string.
|
java.lang.String |
toString()
Returns a legible text representation of this event.
|
public final EventId KIND
public final java.lang.String PARAM
public final boolean FLAG
public final int[] INTS
null
.public SPAEvent(EventId kind)
public SPAEvent(EventId kind, java.lang.String param)
public SPAEvent(EventId kind, boolean flag)
public SPAEvent(EventId kind, java.lang.String param, boolean flag, int[] ints)