public class OperatorProgressEvent extends PropertyChangeEvent
StatusPanel implements a standard PropertyChangeListener
for this event and draws a progress bar according to the delivered value.
This event uses "operatorProgress " as property name and
transports the progress as Integer in the "newValue
" object.
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
source| Constructor and Description |
|---|
OperatorProgressEvent(Object source,
int progress) |
getNewValue, getOldValue, getPropagationId, getPropertyName, setPropagationId, toStringgetSourceprivate static final long serialVersionUID
public OperatorProgressEvent(Object source, int progress)
Copyright © 2009–2017 Helmut Ahammer, Philipp Kainz. All rights reserved.