public class ChangeAttributeEvent extends DefaultEvent
Modifier and Type | Field and Description |
---|---|
private String |
key |
private static long |
serialVersionUID |
private Object |
value |
Constructor and Description |
---|
ChangeAttributeEvent() |
Modifier and Type | Method and Description |
---|---|
String |
getKey() |
Object |
getValue() |
void |
setKey(String key) |
void |
setValue(Object value) |
getSource, getTimeStamp, getType, setSource, setTimeStamp, setType, toString
private static final long serialVersionUID
private String key
private Object value
Copyright © 2012. All Rights Reserved.