| edu.rice.cs.drjava.model.ILoadDocuments
ILoadDocuments | public interface ILoadDocuments (Code) | | This interface encapsulates the behavior of a document loader. Components which provide a means to load
documents (e.g. from disk, from a stream, from the ether) should implement this interface, rather than the
entire GlobalModel. Components which simply need access to documents should use the more general IGetDocuments
instead of this interface.
TODO: Subdivide GlobalModelListener to target only events generated here.
TODO: Simplify signatures to avoid command pattern overhead.
See Also: GlobalModel See Also: DefaultGlobalModel version: $Id: ILoadDocuments.java 4255 2007-08-28 19:17:37Z mgricken $ |
|
|