public class ChangeAttributeEvent extends DefaultEvent
| Modifier and Type | Field and Description |
|---|---|
private String |
key |
private static long |
serialVersionUID |
private Object |
value |
eventContext, source, timeStamp, type| Constructor and Description |
|---|
ChangeAttributeEvent(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
int |
getType() |
Object |
getValue() |
void |
setKey(String key) |
void |
setValue(Object value) |
String |
toString() |
getcName, getEventContext, getSource, getTimeStamp, setcName, setEventContext, setSource, setTimeStamp, setTypeprivate static final long serialVersionUID
private String key
private Object value
public int getType()
getType in interface EventgetType in class DefaultEventpublic String getKey()
public void setKey(String key)
public Object getValue()
public void setValue(Object value)
public String toString()
toString in class DefaultEventCopyright © 2013. All Rights Reserved.