Uses of Interface
org.perfectjpattern.core.api.behavioral.chainofresponsibility.IParameterlessHandler

Packages that use IParameterlessHandler
org.perfectjpattern.core.behavioral.chainofresponsibility Chain of Responsibility Core Pattern implementation. 
 

Uses of IParameterlessHandler in org.perfectjpattern.core.behavioral.chainofresponsibility
 

Classes in org.perfectjpattern.core.behavioral.chainofresponsibility that implement IParameterlessHandler
 class AbstractParameterlessHandler
          Abstract reusable implementation of IParameterlessHandler interface.
 

Methods in org.perfectjpattern.core.behavioral.chainofresponsibility that return IParameterlessHandler
 IParameterlessHandler Application.getHelpHandler()
          
 IParameterlessHandler IHelpAware.getHelpHandler()
           
 IParameterlessHandler AbstractWidget.getHelpHandler()
          
 IParameterlessHandler Application.getPrintHandler()
          
 IParameterlessHandler IPrintAware.getPrintHandler()
           
 IParameterlessHandler AbstractWidget.getPrintHandler()
          
 

Constructors in org.perfectjpattern.core.behavioral.chainofresponsibility with parameters of type IParameterlessHandler
AbstractParameterlessHandler(IParameterlessHandler aSuccessor)
          Constructs new instance of AbstractParameterlessHandler specifying the Successor Element.
 



Copyright © 2007-2009. All Rights Reserved.