luxor.event
Interface ResponseListener

All Superinterfaces:
java.util.EventListener

public interface ResponseListener
extends java.util.EventListener


Method Summary
 void error(java.lang.Exception ex)
           
 void updateSize(long size)
           
 void updateStatus(int status)
           
 void updateTransferredSize(long size)
           
 

Method Detail

updateSize

public void updateSize(long size)

updateTransferredSize

public void updateTransferredSize(long size)

updateStatus

public void updateStatus(int status)

error

public void error(java.lang.Exception ex)


Copyright © 2001, 2002 Gerald Bauer. All Rights Reserved. Hosted by SourceForge Logo