appl.parallel.starter.client
Class XuluStarterController
java.lang.Object
appl.parallel.starter.client.XuluStarterController
- All Implemented Interfaces:
- ActionListener, EventListener
public class XuluStarterController
- extends Object
- implements ActionListener
This is the Controller for the XuluStarterControllerFrame
, which is
the user interface for the XuluServerStarter
. All events are handled
here.
The controller updates a list of Starter
s it finds in the network.
At the moment is uses the HostnameDiscoveryService
to discover
starters.
- Author:
- Dominik Appl
- See Also:
HostnameDiscoveryService.getStarterContainers()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XuluStarterController
public XuluStarterController()
getPanel
public XuluStarterClientPanel getPanel()
actionPerformed
public void actionPerformed(ActionEvent e)
- Specified by:
actionPerformed
in interface ActionListener