|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectgame.protocol.Request
game.protocol.ControlRequest
public abstract class ControlRequest
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class game.protocol.Request |
|---|
Request.RequestType |
| Field Summary | |
|---|---|
protected Side |
mSide
|
protected int |
mTime
|
| Fields inherited from class game.protocol.Request |
|---|
log, mClientLog, mType |
| Constructor Summary | |
|---|---|
ControlRequest()
|
|
| Method Summary | |
|---|---|
abstract void |
dispatch(ISimulatorNet sim)
Dispatch request to the simulator |
Side |
getSide()
|
int |
getTime()
|
void |
setSide(Side side)
|
| Methods inherited from class game.protocol.Request |
|---|
factory, getType |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Side mSide
protected int mTime
| Constructor Detail |
|---|
public ControlRequest()
| Method Detail |
|---|
public abstract void dispatch(ISimulatorNet sim)
sim - simulator modelpublic Side getSide()
public int getTime()
public void setSide(Side side)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||