DRAFT

javax.event
Interface Observer<T>


public interface Observer<T>

The contract between the manager and an observer object. This interface should not be called directly by the application.

Author:
Gavin King

Method Summary
 void notify(T event)
           
 

Method Detail

notify

void notify(T event)

DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.