Package com.lowagie.rups.io
Class FileCloseAction
java.lang.Object
com.lowagie.rups.io.FileCloseAction
- All Implemented Interfaces:
ActionListener
,EventListener
Action that tells an observable to close a file and/or releases resources relevant for the file that is being
closed.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
observable
An object that allows you to close a file.
-
-
Constructor Details
-
FileCloseAction
Creates the close action.- Parameters:
observable
- the object that expects you to close a file.
-
-
Method Details
-
actionPerformed
- Specified by:
actionPerformed
in interfaceActionListener
- See Also:
-