All Packages Class Hierarchy This Package Previous Next Index
Interface org.jos.fs.MediumListener
- public interface MediumListener
- extends EventListener
A listener to a Medium.
- Version:
- JOS-FileSystem 4 Preview (25-Mar-98)
- Author:
- Stefan Reich
-
mediumEjects(MediumEvent)
- There were no vetos; an ejection will be performed.
-
mediumWillEject(MediumEvent)
- An ejection was requested.
mediumWillEject
public abstract void mediumWillEject(MediumEvent evt) throws VetoException
- An ejection was requested. All listeners are informed and may veto
mediumEjects
public abstract void mediumEjects(MediumEvent evt) throws IOException
- There were no vetos; an ejection will be performed. At the time
this message is sent, the medium can still be accessed.
(That's why the method isn't called "mediumEjected".)
All Packages Class Hierarchy This Package Previous Next Index