public class WeightChangeEvent extends Object
| Modifier and Type | Field and Description |
|---|---|
protected Double |
newWeight |
protected Double |
oldWeight |
protected Object |
source |
| Constructor and Description |
|---|
WeightChangeEvent(Object source,
Double oldWeight,
Double newWeight) |
| Modifier and Type | Method and Description |
|---|---|
Double |
getNewWeight() |
Double |
getOldWeight() |
Object |
getSource() |
Copyright © 2018. All rights reserved.