Uses of Interface
org.apache.examples.Adder

Packages that use Adder
org.apache.examples   
org.apache.examples.annotations.calculator   
org.apache.examples.impl   
org.apache.examples.setters   
 

Uses of Adder in org.apache.examples
 

Subinterfaces of Adder in org.apache.examples
 interface Calculator
          Service that provides a number of basic math operations.
 

Uses of Adder in org.apache.examples.annotations.calculator
 

Methods in org.apache.examples.annotations.calculator that return Adder
 Adder CalculatorModule.getAdderService()
           
 

Uses of Adder in org.apache.examples.impl
 

Classes in org.apache.examples.impl that implement Adder
 class AdderImpl
          Implementation of the Adder interface.
 class CalculatorImpl
          Implementation of the Calculator service interface.
 

Methods in org.apache.examples.impl with parameters of type Adder
 void CalculatorImpl.setAdder(Adder adder)
           
 

Uses of Adder in org.apache.examples.setters
 

Methods in org.apache.examples.setters with parameters of type Adder
 void SetterService.setAdderService(Adder adderService)
           
 



Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.