Uses of Interface
org.apache.examples.Multiplier

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

Uses of Multiplier in org.apache.examples
 

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

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

Methods in org.apache.examples.annotations.calculator that return Multiplier
 Multiplier CalculatorModule.getMultiplierService()
           
 

Uses of Multiplier in org.apache.examples.impl
 

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

Methods in org.apache.examples.impl with parameters of type Multiplier
 void CalculatorImpl.setMultiplier(Multiplier multiplier)
           
 



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