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() |
getEventContext, getSource, getTimeStamp, setEventContext, setSource, setTimeStamp, setType
private static final long serialVersionUID
private String key
private Object value
public int getType()
getType
in interface Event
getType
in class DefaultEvent
public String getKey()
public void setKey(String key)
public Object getValue()
public void setValue(Object value)
public String toString()
toString
in class DefaultEvent
Copyright © 2013. All Rights Reserved.