All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.remote.RemoteExit

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----pinball.player.remote.RemoteExit

public class RemoteExit
extends Frame
For when a remote player exits the system.


Constructor Index

 o RemoteExit(RemoteStub)
Sets up the stub to be request to exit.

Method Index

 o exit()
Called when the system is to go off line.

Constructors

 o RemoteExit
 public RemoteExit(RemoteStub stub)
Sets up the stub to be request to exit.

Parameters:
stub - the stub who shuts down the system.

Methods

 o exit
 public void exit()
Called when the system is to go off line.


All Packages  Class Hierarchy  This Package  Previous  Next  Index