core
Class EventNotifier

java.lang.Object
  extended bycore.EventNotifier
Direct Known Subclasses:
AddContactBox, ChannelList, ChatBox, ContactListBox, NetworkNotifier, PreferencesBox, PrefsNotifier, PresenceBox, PresenceManager, SignInBox

public abstract class EventNotifier
extends java.lang.Object

Parent class for event notifiers. Call super.

Author:
hoele, hoela

Constructor Summary
EventNotifier()
           
 
Method Summary
 void addListener(java.util.EventListener listener)
          Add a listener.
 void removeListener(java.util.EventListener listener)
          Remove a listener.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventNotifier

public EventNotifier()
Method Detail

addListener

public void addListener(java.util.EventListener listener)
Add a listener.

Parameters:
listener - Listener to add.

removeListener

public void removeListener(java.util.EventListener listener)
Remove a listener.

Parameters:
listener - Listener to remove.