org.annotation.wordfreak
Interface AnnotatedFileListener

All Known Implementing Classes:
AnnotationScheme, Annotator

public interface AnnotatedFileListener

This inteface allows objects which implement it to be notified of file related events. These objects need to register themselves with a FileRequestListener in order to be notified of these events.

See Also:
FileRequestListener

Method Summary
 void annotatedFile(AnnotationFile file)
          Notofies the listener that the specified file was openend.
 void closeAnnotatedFile(AnnotationFile file)
          Notifies the listener that the specified file was closed.
 

Method Detail

annotatedFile

public void annotatedFile(AnnotationFile file)
Notofies the listener that the specified file was openend.

Parameters:
file - The file which was opened.

closeAnnotatedFile

public void closeAnnotatedFile(AnnotationFile file)
Notifies the listener that the specified file was closed.

Parameters:
file - The file which was closed.


Copyright © 2004 Thomas Morton and Jeremy LaCivita. All Rights Reserved.