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

Packages that use IFunction
org.puremvc.java.interfaces   
org.puremvc.java.patterns.observer   
 

Uses of IFunction in org.puremvc.java.interfaces
 

Methods in org.puremvc.java.interfaces with parameters of type IFunction
 void IObserver.setNotifyMethod(IFunction notifyMethod)
          Set the notification method.
 

Uses of IFunction in org.puremvc.java.patterns.observer
 

Methods in org.puremvc.java.patterns.observer that return IFunction
 IFunction Observer.getNotifyMethod()
          Get the notification method.
 

Methods in org.puremvc.java.patterns.observer with parameters of type IFunction
 void Observer.setNotifyMethod(IFunction notifyMethod)
          Set the notification method.
 

Constructors in org.puremvc.java.patterns.observer with parameters of type IFunction
Observer(IFunction notify, java.lang.Object context)
          Constructor.