|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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.
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 |
public void annotatedFile(AnnotationFile file)
file
- The file which was opened.public void closeAnnotatedFile(AnnotationFile file)
file
- The file which was closed.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |