talx x1.0.5

talx.view
Interface InboxControl

All Known Subinterfaces:
Archive, MailBox, QualifiedMailBox, StartGame

public interface InboxControl

Class used for Inbox buttons.


Method Summary
 void addActionListener(java.awt.event.ActionListener l)
           
 Person getPerson()
           
 void removeActionListener(java.awt.event.ActionListener l)
           
 java.awt.Component toComponent()
          Returns the component part of this control.
 

Method Detail

getPerson

public Person getPerson()

toComponent

public java.awt.Component toComponent()
Returns the component part of this control. Usually, this method would just return the control cast as a component, but if a control object has a component (rather than is a component), it should return that component here.


addActionListener

public void addActionListener(java.awt.event.ActionListener l)

removeActionListener

public void removeActionListener(java.awt.event.ActionListener l)

talx x1.0.5

© 2001-2005 University of Oregon.
Eugene OR 97403, U.S.A. All Rights Reserved.