org.gjt.universe
Class ResultBuild
java.lang.Object
|
+--org.gjt.universe.ResultBase
|
+--org.gjt.universe.ResultBuild
- All Implemented Interfaces:
- java.io.Serializable
- public class ResultBuild
- extends ResultBase
- See Also:
- Serialized Form
Fields inherited from class org.gjt.universe.ResultBase |
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
station
private StationID station
ship
private ShipID ship
fleet
private FleetID fleet
module
private ModuleID module
ResultBuild
private ResultBuild(StationID BID,
ShipID HID,
FleetID FID)
ResultBuild
private ResultBuild(StationID BID,
ModuleID MID)
newResult
public static void newResult(CivID AID,
StationID BID,
ShipID HID,
FleetID FID)
newResult
public static void newResult(CivID AID,
StationID BID,
ModuleID MID)
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.