|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectilog.views.maps.graphic.style.StyleEvent
public class StyleEvent
An event indicating that something has changed in a IlvMapStyle.
| Constructor Summary | |
|---|---|
StyleEvent(Object source,
Object oldValue,
Object newValue)
Constructs a StyleEvent. |
|
StyleEvent(Object source,
String attribute,
Object oldValue,
Object newValue)
Constructs a StyleEvent. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StyleEvent(Object source,
Object oldValue,
Object newValue)
StyleEvent.
source - The source of the event.oldValue - The old value.newValue - The new value.
public StyleEvent(Object source,
String attribute,
Object oldValue,
Object newValue)
StyleEvent.
source - The source of the event.attribute - The attribute name.oldValue - The old value.newValue - The new value.| Method Detail |
|---|
public String getAttribute()
public Object getNewValue()
public Object getOldValue()
public Object getSource()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||