de.fhg.igd.util
Interface Listener

All Known Implementing Classes:
AsyncListener, MemoryCache, TrustedListener

public interface Listener

This interface is implemented by classes that want to be notified by a Notifier.

Notification of this listener is done, if a Notifier's notify() method is called with an object for which the listener signed up.

Version:
"$Id: Listener.java 1913 2007-08-08 02:41:53Z jpeters $"
Author:
Volker Roth
See Also:
Notifier, Implication

Method Summary
 void notifiedOf(Object o)
          This method is called with the event that caused the notification.
 

Method Detail

notifiedOf

void notifiedOf(Object o)
This method is called with the event that caused the notification.

Parameters:
o - The object describing the event.


Copyright © Fraunhofer Gesellschaft. All Rights Reserved.