spin.demo.progress

Class PushGUI

Implemented Interfaces:
PropertyChangeListener

public class PushGUI
extends JPanel
implements PropertyChangeListener

A demonstration of GUI showing pushed progress. Note that this class uses spin.off.ListenerSpinOver to automatically spin-over a listener to property changes.

Constructor Summary

PushGUI(ProgressBean aProgressBean)
Constructor.

Method Summary

static void
main(String[] args)
Entrance to this demo.
void
propertyChange(PropertyChangeEvent evt)

Constructor Details

PushGUI

public PushGUI(ProgressBean aProgressBean)
Constructor.

Method Details

main

public static void main(String[] args)
Entrance to this demo.

propertyChange

public void propertyChange(PropertyChangeEvent evt)
See Also:
java.beans.PropertyChangeListener