talx x1.0.5

talx.view.inbox
Interface MailBox

All Superinterfaces:
InboxControl
All Known Subinterfaces:
QualifiedMailBox

public interface MailBox
extends InboxControl

Interface for controls that indicate an attempt to access a mailbox.


Method Summary
 void setCount(int total, int unseen, int answered)
          Tells the MailBox to display a new message count.
 void setHighlight(boolean on)
          Sets the highlight on or off.
 
Methods inherited from interface talx.view.InboxControl
addActionListener, getPerson, removeActionListener, toComponent
 

Method Detail

setHighlight

public void setHighlight(boolean on)
Sets the highlight on or off.


setCount

public void setCount(int total,
                     int unseen,
                     int answered)
Tells the MailBox to display a new message count.


talx x1.0.5

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