Uses of Interface
org.apache.examples.Subtracter

Packages that use Subtracter
org.apache.examples   
org.apache.examples.annotations.calculator   
org.apache.examples.impl   
 

Uses of Subtracter in org.apache.examples
 

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

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

Methods in org.apache.examples.annotations.calculator that return Subtracter
 Subtracter CalculatorModule.getSubtractorService()
           
 

Uses of Subtracter in org.apache.examples.impl
 

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

Methods in org.apache.examples.impl with parameters of type Subtracter
 void CalculatorImpl.setSubtracter(Subtracter subtracter)
           
 



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