com.croftsoft.apps.client
Class ClientView

java.lang.Object
  extended by com.croftsoft.apps.client.ClientView
All Implemented Interfaces:
Commissionable, Destroyable, Initializable, Lifecycle, Resumable, Startable, Stoppable, Updatable, ActionListener, EventListener

public final class ClientView
extends Object
implements ActionListener, Lifecycle, Updatable

Exemplar view.

Since:
2006-10-30
Version:
$Id: ClientView.java,v 1.11 2008/04/19 21:31:00 croft Exp $
Author:
David Wallace Croft

Constructor Summary
ClientView(ClientConfig config, Queue<ClientMessage> viewQueue, Queue<ClientMessage> modelQueue)
           
 
Method Summary
 void actionPerformed(ActionEvent actionEvent)
           
 void destroy()
           
 void init()
           
 void setContentPane(Container contentPane)
           
 void start()
           
 void stop()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ClientView

public ClientView(ClientConfig config,
                  Queue<ClientMessage> viewQueue,
                  Queue<ClientMessage> modelQueue)
Method Detail

setContentPane

public void setContentPane(Container contentPane)

init

public void init()
Specified by:
init in interface Initializable

start

public void start()
Specified by:
start in interface Startable

stop

public void stop()
Specified by:
stop in interface Stoppable

destroy

public void destroy()
Specified by:
destroy in interface Destroyable

update

public void update()
Specified by:
update in interface Updatable

actionPerformed

public void actionPerformed(ActionEvent actionEvent)
Specified by:
actionPerformed in interface ActionListener

CroftSoft Javadoc

CroftSoft Apps Javadoc (2008-09-28 21:15:07)