org.ops4j.pax.coin.repository
Interface Notifier<O>

All Known Implementing Classes:
ListenerRepository

public interface Notifier<O>

TODO Add JavaDoc

Since:
0.3.0, February 27, 2008
Author:
Alin Dreghiciu

Method Summary
 void notifyRegistered(O observed)
           
 void notifyUnregistered(O observed)
           
 

Method Detail

notifyRegistered

void notifyRegistered(O observed)

notifyUnregistered

void notifyUnregistered(O observed)


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.