Uses of Interface
org.puremvc.java.interfaces.INotifier

Packages that use INotifier
org.puremvc.java.interfaces   
org.puremvc.java.patterns.facade   
 

Uses of INotifier in org.puremvc.java.interfaces
 

Subinterfaces of INotifier in org.puremvc.java.interfaces
 interface IFacade
          The interface definition for a PureMVC Facade.
 

Uses of INotifier in org.puremvc.java.patterns.facade
 

Classes in org.puremvc.java.patterns.facade that implement INotifier
 class Facade
          A base Singleton IFacade implementation.