org.abraracourcix.alipes.listeners
Interface Listener
- All Known Implementing Classes:
- AbstractListener, Filter, Multiplexor, StatusFrame, StatusListener
- public interface Listener
Anything that listens for an event implements this
- Author:
- jdt
|
Method Summary |
void |
eventOccurred(Event event,
java.lang.Object resource)
Signals that something interesting has happened |
eventOccurred
public void eventOccurred(Event event,
java.lang.Object resource)
throws ListenerException
- Signals that something interesting has happened
- Parameters:
event - what has happenedresource - to what
- Throws:
ListenerException - a listener may throw a subclass of ListenerException
if something goes wrong when it tries to log the exception.
Copyright © 2004-2005 Abraracourcix. All Rights Reserved.