Class AbstractStateListener
java.lang.Object
org.aspectj.ajdt.internal.core.builder.AbstractStateListener
- All Implemented Interfaces:
IStateListener
Subtypes can override whatever they want...
- Author:
- AndyClement
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaboutToCompareClasspaths(List<String> oldClasspath, List<String> newClasspath) voidbuildSuccessful(boolean wasFullBuild) voidCalled if state processing detects a file was deleted that contained an aspect declaration.voidvoidvoidrecordDecision(String decision) When a decision is made during compilation (such as needing to recompile some new file, or drop back to batch) this method is called with the decision.voidrecordInformation(String info) Provides feedback during compilation on what stage we are at
-
Constructor Details
-
AbstractStateListener
public AbstractStateListener()
-
-
Method Details
-
detectedClassChangeInThisDir
- Specified by:
detectedClassChangeInThisDirin interfaceIStateListener
-
aboutToCompareClasspaths
- Specified by:
aboutToCompareClasspathsin interfaceIStateListener
-
pathChangeDetected
public void pathChangeDetected()- Specified by:
pathChangeDetectedin interfaceIStateListener
-
detectedAspectDeleted
Description copied from interface:IStateListenerCalled if state processing detects a file was deleted that contained an aspect declaration. Incremental compilation will not be attempted if this occurs.- Specified by:
detectedAspectDeletedin interfaceIStateListener
-
buildSuccessful
public void buildSuccessful(boolean wasFullBuild) - Specified by:
buildSuccessfulin interfaceIStateListener
-
recordDecision
Description copied from interface:IStateListenerWhen a decision is made during compilation (such as needing to recompile some new file, or drop back to batch) this method is called with the decision.- Specified by:
recordDecisionin interfaceIStateListener
-
recordInformation
Description copied from interface:IStateListenerProvides feedback during compilation on what stage we are at- Specified by:
recordInformationin interfaceIStateListener
-