javax.webbeans
Interface Observer<T>


public interface Observer<T>

The contract between the Web Bean manager and a Web Beans 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)


Copyright © 2008. All Rights Reserved.