|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.aspectj.ajdt.internal.core.builder.AbstractStateListener
public abstract class AbstractStateListener
Subtypes can override whatever they want...
| Constructor Summary | |
|---|---|
AbstractStateListener()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AbstractStateListener()
| Method Detail |
|---|
public void detectedClassChangeInThisDir(java.io.File f)
detectedClassChangeInThisDir in interface IStateListener
public 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)
IStateListener
detectedAspectDeleted in interface IStateListenerpublic void buildSuccessful(boolean wasFullBuild)
buildSuccessful in interface IStateListenerpublic void recordDecision(java.lang.String decision)
IStateListener
recordDecision in interface IStateListenerpublic void recordInformation(java.lang.String info)
IStateListener
recordInformation in interface IStateListener
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||