org.apache.batik.css.event
Class CSSStyleRuleChangeEvent

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

public class CSSStyleRuleChangeEvent
extends java.lang.Object

This class represents the events which get fired whenever a CSS style rule is changed.


Field Summary
protected  java.lang.Object source
          The source of this event.
 
Constructor Summary
protected CSSStyleRuleChangeEvent(java.lang.Object source)
          Creates a new CSSStyleRuleChangeEvent object.
 
Method Summary
 java.lang.Object getSource()
          Returns the event source (ie. the style rule).
 
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

CSSStyleRuleChangeEvent

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

getSource

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


Copyright © 2001 Apache Software Foundation. All Rights Reserved.