com.croftsoft.apps.infant
Class InfantView

java.lang.Object
  extended by com.croftsoft.apps.infant.InfantView
All Implemented Interfaces:
Destroyable, Updatable

public final class InfantView
extends Object
implements Destroyable, Updatable

View.

Since:
2006-01-03
Version:
$Id: InfantView.java,v 1.38 2008/09/20 05:01:49 croft Exp $
Author:
David Wallace Croft

Constructor Summary
InfantView(InfantConfig infantConfig, InfantAccessor infantAccessor, Queue<InfantMessage> eventQueue, Slot<InfantMessage> requestSlot)
           
 
Method Summary
 void addUserInputListener(UserInputListener userInputListener)
           
 void destroy()
           
 JFrame getJFrame()
           
 void update()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InfantView

public InfantView(InfantConfig infantConfig,
                  InfantAccessor infantAccessor,
                  Queue<InfantMessage> eventQueue,
                  Slot<InfantMessage> requestSlot)
Method Detail

getJFrame

public JFrame getJFrame()

addUserInputListener

public void addUserInputListener(UserInputListener userInputListener)

destroy

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

update

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

CroftSoft Javadoc

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