Uses of Interface
org.prorefactor.core.ICallback

Packages that use ICallback
com.joanju.cg.core   
org.prorefactor.core General purpose Proparse support functions and subroutines. 
org.prorefactor.core.unittest Unit test classes for all Joanju packages. 
org.prorefactor.refactor General support classes for the refactoring packages. 
org.prorefactor.refactor.action Provides the Refactoring Actions. 
 

Uses of ICallback in com.joanju.cg.core
 

Methods in com.joanju.cg.core with parameters of type ICallback
static void AppContext.setLogger(ICallback callback)
          Called by Callgraph Server, to set the logger.
 void UpdateEngine.setPrecommitCallback(ICallback precommitCallback)
          Set the callback for mid-build processing.
 

Uses of ICallback in org.prorefactor.core
 

Methods in org.prorefactor.core with parameters of type ICallback
 void JPNode.walk(ICallback callback)
          Walk the tree from the input node down.
 

Uses of ICallback in org.prorefactor.core.unittest
 

Methods in org.prorefactor.core.unittest with parameters of type ICallback
 java.lang.String UnitTestBase2.testCompareDirectories2(java.io.File dir1, java.io.File dir2, ICallback fileTest)
          Recursively compare two directories.
 

Uses of ICallback in org.prorefactor.refactor
 

Fields in org.prorefactor.refactor declared as ICallback
static ICallback Rollback.externPreModify
          This callback allows an external package to be notivied when an existing file has been preserved before rollback, in other words, it's about to be modified or deleted.
 

Uses of ICallback in org.prorefactor.refactor.action
 

Fields in org.prorefactor.refactor.action declared as ICallback
 ICallback QualifyFieldsRefactor.callback
           
 



Copyright © 2008 Joanju Software. All Rights Reserved.