Uses of Class
core.EventNotifier

Packages that use EventNotifier
core   
core.prefs   
gui   
network   
 

Uses of EventNotifier in core
 

Subclasses of EventNotifier in core
 class PresenceManager
          This class is responsible for updating presence information to the application.
 

Uses of EventNotifier in core.prefs
 

Subclasses of EventNotifier in core.prefs
 class Prefs
          Handle user and wide preferences.
 class PrefsNotifier
          Calls methods implemented by PrefsListeners.
 

Uses of EventNotifier in gui
 

Subclasses of EventNotifier in gui
 class AddContactBox
          This is the window that will allow the user to search for and add contacts to their contact list.
 class ChatBox
          This is the window where text from contacts will be displayed.
 class ContactListBox
          This will serve as the "main" window of the app and will be responsible for handling events originating from the contact list as well as keeping track of its children (ChatBox windows).
 class PreferencesBox
          This is called when you click on the preferences menu item.
 class PresenceBox
          This will be a window that is used to ask the user if they want to join the subscription list of an unknown user.
 class SignInBox
          This is the first window the user will see.
 

Uses of EventNotifier in network
 

Subclasses of EventNotifier in network
 class ChannelList
          Contains a list of neighbors that can be channels to send a message through.
 class Network
          This is the the only class that any other layer of our project should care about.
 class NetworkNotifier
          Calls methods implemented by NetworkListeners.