Package be.gaudry.swing.file
Class SelectedFileObservable
java.lang.Object
be.gaudry.swing.file.SelectedFileObservable
- Since:
- 1.0 Aug 31, 2009
- Author:
- Steph GAUDRY
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set.getFile()
void
Removes an observer from the set of observers of this object.void
-
Field Details
-
PROP_SELECTED_FILE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SelectedFileObservable
public SelectedFileObservable()
-
-
Method Details
-
update
-
getFile
- Returns:
- the file
-
addObserver
Adds an observer to the set of observers for this object, provided that it is not the same as some observer already in the set. The order in which notifications will be delivered to multiple observers is not specified. -
removeObserver
Removes an observer from the set of observers of this object. Passingnull
to this method will have no effect.
-