com.softwareag.tamino.db.api.io
Interface TInputStreamCloseListener
public interface TInputStreamCloseListener
The TInputStreamCloseListener defines the interface for the notification of an TInputStream.close().
- Version:
- $Revision: 1.2 $
- Author:
- Stefan Liebig
Method Summary |
void |
closed(TInputStream inputStream)
Notify when the TInputStream has been closed. |
closed
void closed(TInputStream inputStream)
- Notify when the TInputStream has been closed.
- Parameters:
the
- TInputStream that has been closed.
Copyright (c) 2013 Software AG. All Rights Reserved.