org.apache.batik.css.event
Class CSSStyleDeclarationChangeEvent

java.lang.Object
  |
  +--org.apache.batik.css.event.CSSStyleDeclarationChangeEvent

public class CSSStyleDeclarationChangeEvent
extends java.lang.Object

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

source

protected java.lang.Object source
The source of this event.
Constructor Detail

CSSStyleDeclarationChangeEvent

protected CSSStyleDeclarationChangeEvent(java.lang.Object source)
Creates a new CSSStyleDeclarationChangeEvent object.
Parameters:
source - The source of this event.
Method Detail

getSource

public java.lang.Object getSource()
Returns the event source (ie. the style declaration).


Copyright © 2001 Apache Software Foundation. All Rights Reserved.