net.sf.bloof.util
Interface ProgressListener
- public interface ProgressListener
The listener interface for receiving progrss events. The class that is interested in
processing an progress event implements this interface, and the object created with
that class is registered with a component, using the component's addProgressListener
method. When the action event occurs, that object's progessHappend method is invoked
- Version:
- $Id: ProgressListener.java,v 1.3 2003/05/30 13:52:21 pekacki Exp $
- Author:
- Lukasz Pekacki
progressHappend
public void progressHappend(ProgressEvent aPe)
- Invoked when a ProgressEvent has happend
- Parameters:
aPe
- Evant that has happend
Copyright © 2003 bloof@Sourceforge. All Rights Reserved.