public abstract class AbstractStateListener extends java.lang.Object implements IStateListener
| Constructor and Description |
|---|
AbstractStateListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
aboutToCompareClasspaths(java.util.List oldClasspath,
java.util.List newClasspath) |
void |
buildSuccessful(boolean wasFullBuild) |
void |
detectedAspectDeleted(java.io.File f)
Called if state processing detects a file was deleted that contained an aspect declaration.
|
void |
detectedClassChangeInThisDir(java.io.File f) |
void |
pathChangeDetected() |
void |
recordDecision(java.lang.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.
|
void |
recordInformation(java.lang.String info)
Provides feedback during compilation on what stage we are at
|
public void detectedClassChangeInThisDir(java.io.File f)
detectedClassChangeInThisDir in interface IStateListenerpublic void aboutToCompareClasspaths(java.util.List oldClasspath,
java.util.List newClasspath)
aboutToCompareClasspaths in interface IStateListenerpublic void pathChangeDetected()
pathChangeDetected in interface IStateListenerpublic void detectedAspectDeleted(java.io.File f)
IStateListenerdetectedAspectDeleted in interface IStateListenerpublic void buildSuccessful(boolean wasFullBuild)
buildSuccessful in interface IStateListenerpublic void recordDecision(java.lang.String decision)
IStateListenerrecordDecision in interface IStateListenerpublic void recordInformation(java.lang.String info)
IStateListenerrecordInformation in interface IStateListener