|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectvooga.replay.core.UserAction
public class UserAction
This class represents a User Action.
Constructor Summary | |
---|---|
UserAction(java.lang.Object userAction,
long time,
boolean isFromNetwork)
|
Method Summary | |
---|---|
java.lang.Object |
getUserAction()
Gets the user action |
boolean |
isFromNetwork()
Returns whether or not the user action is from then network |
long |
time()
Gets the time |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UserAction(java.lang.Object userAction, long time, boolean isFromNetwork)
Method Detail |
---|
public java.lang.Object getUserAction()
public long time()
public boolean isFromNetwork()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |