edu.washington.cs.supple.net.server
Class Admin

java.lang.Object
  extended byedu.washington.cs.supple.application.AbstractSuppleApplication
      extended byedu.washington.cs.supple.application.SimpleApplication
          extended byedu.washington.cs.supple.net.server.ServerApplication
              extended byedu.washington.cs.supple.net.server.Admin
All Implemented Interfaces:
SuppleApplication

public class Admin
extends ServerApplication

Supple server admin

Author:
dbc1

Field Summary
 
Fields inherited from class edu.washington.cs.supple.net.server.ServerApplication
server
 
Constructor Summary
Admin(Server server)
          Constructor
 
Method Summary
 UiObject createUi()
          Create the UI.
 
Methods inherited from class edu.washington.cs.supple.application.SimpleApplication
createSession, shutdown, start
 
Methods inherited from class edu.washington.cs.supple.application.AbstractSuppleApplication
getDisplayName, getId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Admin

public Admin(Server server)
Constructor

Method Detail

createUi

public UiObject createUi()
Description copied from class: SimpleApplication
Create the UI.

Specified by:
createUi in class SimpleApplication
Returns:
the UI for a single session.