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)


Copyright © 2008-2009. All Rights Reserved.