JavaScript is disabled on your browser.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Subinterfaces of Closeable in oracle.javatools.patterns
Modifier and Type
Interface and Description
interface
CloseableWithNotification
The CloseableWithNotification
interface extends the
Closeable
interface to define the contract for an object that
can notify registered listeners about its closing state.
Methods in oracle.javatools.patterns with parameters of type Closeable
Modifier and Type
Method and Description
void
CloseListener. didClose (Closeable closeable)
Notifies this listener that the given Closeable
object has
been closed.
void
CloseListener. willClose (Closeable closeable)
Notifies this listener that the given Closeable
object is in
the process of closing.
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK 12c (12.1.3) E41664-01
Copyright © 1997, 2014, Oracle. All rights reserved.