|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.apache.batik.css.event.CSSStyleDeclarationChangeEvent
This class represents the events which get fired whenever a CSS style declaration is changed.
Field Summary | |
protected java.lang.Object |
source
The source of this event. |
Constructor Summary | |
protected |
CSSStyleDeclarationChangeEvent(java.lang.Object source)
Creates a new CSSStyleDeclarationChangeEvent object. |
Method Summary | |
java.lang.Object |
getSource()
Returns the event source (ie. the style declaration). |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected java.lang.Object source
Constructor Detail |
protected CSSStyleDeclarationChangeEvent(java.lang.Object source)
source
- The source of this event.Method Detail |
public java.lang.Object getSource()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |