|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectapp.spa.SPAEvent
public final class SPAEvent
SPA event descriptor.
Field Summary | |
---|---|
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 Summary | |
---|---|
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. |
Method Summary | |
---|---|
java.lang.String |
kindTag()
Returns this event's kind as a string. |
java.lang.String |
toString()
Returns a legible text representation of this event. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final EventId KIND
public final java.lang.String PARAM
public final boolean FLAG
public final int[] INTS
null
.
Constructor Detail |
---|
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)
Method Detail |
---|
public java.lang.String kindTag()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |