org.gjt.universe
Class ResultDetection

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

public class ResultDetection
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 ResultDetection(FleetID FID, Location loc)
           
 
Method Summary
static void newResult(CivID AID, FleetID FID, Location loc)
           
 void selected()
          This abstract method is called when the result line is double clicked.
 
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

ResultDetection

private ResultDetection(FleetID FID,
                        Location loc)
Method Detail

newResult

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

selected

public void selected()
Description copied from class: ResultBase
This abstract method is called when the result line is double clicked. This method should bring up a popup dialog with information or something similar. Some result objects will just ignore this method.

Specified by:
selected in class ResultBase


Copyright © 2001 Universe Dev Team All Rights Reserved.