org.gjt.universe
Class ResultArrival

java.lang.Object
  |
  +--org.gjt.universe.ResultBase
        |
        +--org.gjt.universe.ResultArrival
All Implemented Interfaces:
java.io.Serializable

public class ResultArrival
extends ResultBase

See Also:
Serialized Form

Field Summary
private  FleetID fleet
           
private  Location location
           
 
Fields inherited from class org.gjt.universe.ResultBase
 
Constructor Summary
private ResultArrival(FleetID FID, Location loc)
           
 
Method Summary
static void newResult(CivID AID, FleetID FID, Location loc)
           
 void selected()
          Activates the scheme specific implementation of the GUI for viewing and manipulating fleets, focused on the fleet involved in the navigation.
 
Methods inherited from class org.gjt.universe.ResultBase
getDisplayReturn, setDisplayReturn
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fleet

private FleetID fleet

location

private Location location
Constructor Detail

ResultArrival

private ResultArrival(FleetID FID,
                      Location loc)
Method Detail

newResult

public static void newResult(CivID AID,
                             FleetID FID,
                             Location loc)

selected

public void selected()
Activates the scheme specific implementation of the GUI for viewing and manipulating fleets, focused on the fleet involved in the navigation.

Specified by:
selected in class ResultBase


Copyright © 2001 Universe Dev Team All Rights Reserved.