|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.appia.core.Direction
public final class Direction
The direction an Event
will take.
It can take two possible values,
UP
or DOWN
.
Event
Field Summary | |
---|---|
static int |
DOWN
The direction value of a descending Event . |
static int |
UP
The direction value of an ascending Event . |
Method Summary | |
---|---|
static int |
invert(int dir)
Gets the reverse direction. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int UP
Event
.
public static final int DOWN
Event
.
Method Detail |
---|
public static int invert(int dir)
|
Appia Documentation | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |