javax.enterprise.event
Interface Observer<T>


Deprecated. Removed in latest rev of spec. TODO Move into RI and remove TCK assertions

@Deprecated
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
 boolean notify(T event)
          Deprecated.  
 

Method Detail

notify

boolean notify(T event)
Deprecated. 


Copyright © 2008-2009. All Rights Reserved.