Uses of Interface
com.googlecode.jpattern.core.IProvider

Packages that use IProvider
com.googlecode.jpattern.core   
com.googlecode.jpattern.core.asynccommand   
com.googlecode.jpattern.core.command   
 

Uses of IProvider in com.googlecode.jpattern.core
 

Classes in com.googlecode.jpattern.core that implement IProvider
 class ApplicationService
           
 class NullProvider
           
 

Methods in com.googlecode.jpattern.core that return IProvider
 IProvider ISystemProxy.getProvider()
           
 IProvider SystemProxy.getProvider()
           
 

Uses of IProvider in com.googlecode.jpattern.core.asynccommand
 

Methods in com.googlecode.jpattern.core.asynccommand that return IProvider
protected  IProvider AAsyncCommand.getProvider()
           
 

Methods in com.googlecode.jpattern.core.asynccommand with parameters of type IProvider
 void NullAsyncCommand.visit(IProvider provider)
           
 void AAsyncCommand.visit(IProvider provider)
           
 void IAsyncCommand.visit(IProvider provider)
           
 

Uses of IProvider in com.googlecode.jpattern.core.command
 

Methods in com.googlecode.jpattern.core.command that return IProvider
protected  IProvider ACommand.getProvider()
           
 

Methods in com.googlecode.jpattern.core.command with parameters of type IProvider
 void ICommand.visit(IProvider provider)
           
 void NullCommand.visit(IProvider provider)
           
 void ACommand.visit(IProvider aProvider)
           
 



Copyright © 2011. All Rights Reserved.