站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 common API Documentation 英文版文档

StreamListener (JBoss/Common API) - JBoss 4.0.1 sp1 common API Documentation 英文版文档


org.jboss.util.stream
Interface StreamListener


public interface StreamListener

A stream listener

Version:
$Revision: 1.2 $
Author:
Adrian Brock

Method Summary
 void onStreamNotification(Object source, int size)
          Invoked by notifiying streams
 

Method Detail

onStreamNotification

public void onStreamNotification(Object source,
                                 int size)
Invoked by notifiying streams

Parameters:
source - the stream
size - the number of bytes since the last notification


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.