|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.maps.rover.RoverMachine
public class RoverMachine
A machine that runs on Rover binary code. Wugga wugga.
Copyright 2008-2009 Partner Software, Inc.
| Constructor Summary | |
|---|---|
RoverMachine(RoverStore store,
RoverMachineActor actor)
|
|
| Method Summary | |
|---|---|
void |
execute(byte[] roverBytes)
Execute the given rover bytecode by interpreting it and calling the various event methods on the RoverMachineActor. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RoverMachine(RoverStore store,
RoverMachineActor actor)
| Method Detail |
|---|
public void execute(byte[] roverBytes)
throws java.io.IOException
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||