edu.rice.cs.drjava.model.cache
Interface DocumentCache.RegistrationListener

Enclosing class:
DocumentCache

public static interface DocumentCache.RegistrationListener

This interface allows the unit tests to get a handle on what's going on since the work is spread between the ODD, the cache, and the Adapters.


Method Summary
 void registered(OpenDefinitionsDocument odd, DCacheAdapter man)
           
 

Method Detail

registered

void registered(OpenDefinitionsDocument odd,
                DCacheAdapter man)