Interface IStateListener

All Known Implementing Classes:
AbstractStateListener

public interface IStateListener
Implementations of this interface get told interesting information about decisions made in AjState objects. Should help us improve incremental compilation, and ease the testing of incremental compilation! Not yet complete, will expand as we determine what extra useful information should be recorded.
Author:
AndyClement