|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.EventObject
com.approximatrix.charting.event.RenderChangeEvent
public class RenderChangeEvent
Implements a RenderChangeEvent. This event is used to signal a change in the data of a renderable component that may require a re-render of the component in the chart.
| Field Summary |
|---|
| Fields inherited from class java.util.EventObject |
|---|
source |
| Constructor Summary | |
|---|---|
RenderChangeEvent()
Creates new RenderChangeEvent |
|
RenderChangeEvent(java.lang.Object src)
Creates new RenderChangeEvent with the given source. |
|
| Method Summary |
|---|
| Methods inherited from class java.util.EventObject |
|---|
getSource, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public RenderChangeEvent()
public RenderChangeEvent(java.lang.Object src)
src - the Object that provoked the event
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||