All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pinball.player.remote.RemoteExitEvent

java.lang.Object
   |
   +----pinball.player.remote.RemoteExitEvent

public class RemoteExitEvent
extends Object
implements ActionListener
The event to take place for when the remote player exits.


Constructor Index

 o RemoteExitEvent(RemoteExit)
Sets up so when the user presses the exit button the system logs off.

Method Index

 o actionPerformed(ActionEvent)
Exit the system.

Constructors

 o RemoteExitEvent
 public RemoteExitEvent(RemoteExit exit)
Sets up so when the user presses the exit button the system logs off.

Parameters:
exit - Window who has the command to go off line.

Methods

 o actionPerformed
 public void actionPerformed(ActionEvent e)
Exit the system.


All Packages  Class Hierarchy  This Package  Previous  Next  Index