Side of Software
Wizard Library 1.6

sos.wizard
Interface ProgressListener

All Superinterfaces:
java.util.EventListener

public interface ProgressListener
extends java.util.EventListener

An object that gets notified when a task's progress has changed.

Since:
1.0
See Also:
Task.addProgressListener(sos.wizard.ProgressListener), ProgressEvent

Method Summary
 void progressChanged(ProgressEvent event)
          Notifies this listener that a task's progress has changed.
 

Method Detail

progressChanged

public void progressChanged(ProgressEvent event)
Notifies this listener that a task's progress has changed. The task and the progress value are contained in the supplied event.

Parameters:
event - event that occurred

Side of Software
Wizard Library 1.6

Copyright 2004-07 Side of Software (SOS). All rights reserved.