public class StyleEvent extends Object
IlvMapStyle
.Constructor and Description |
---|
StyleEvent(Object source,
Object oldValue,
Object newValue)
Constructs a
StyleEvent . |
StyleEvent(Object source,
String attribute,
Object oldValue,
Object newValue)
Constructs a
StyleEvent . |
Modifier and Type | Method and Description |
---|---|
String |
getAttribute()
get the attribute name responsible for sending this event.
|
Object |
getNewValue()
Retrieve the new value for this attribute.
|
Object |
getOldValue()
Retrieves the old value of the attribute.
|
Object |
getSource()
Retrieves the source of the event.
|
public StyleEvent(Object source, Object oldValue, Object newValue)
StyleEvent
.source
- The source of the event.oldValue
- The old value.newValue
- The new value.public String getAttribute()
public Object getNewValue()
public Object getOldValue()
public Object getSource()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.