|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RandomAccessCloseObserver
This interface is implemented by objects that want to be notified when an
open RandomAccess
is closed.
RandomAccess.addCloseObserver(RandomAccessCloseObserver)
Method Summary | |
---|---|
void |
notifyClosed(RandomAccess ra)
Notify the observer that the supplied RandomAccess has been
closed. |
Method Detail |
---|
void notifyClosed(RandomAccess ra)
RandomAccess
has been
closed.
ra
- The closed RandomAccess
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |