public class SourceModificationEvent extends EventObject
source| Modifier | Constructor and Description |
|---|---|
protected |
SourceModificationEvent(Object source)
Deprecated.
|
protected |
SourceModificationEvent(Object source,
boolean sourceChanged)
Creates a new
SourceModificationEvent |
| Modifier and Type | Method and Description |
|---|---|
Source |
getModifiedSource() |
boolean |
sourceChanged()
Returns true when the change causing this event affected the source.
|
String |
toString() |
getSource@Deprecated protected SourceModificationEvent(Object source)
SourceModificationEvent(java.lang.Object, boolean)SourceModificationEventsource - the Source in which the event occurredprotected SourceModificationEvent(Object source, boolean sourceChanged)
SourceModificationEventsource - the Source in which the event occurredsourceChanged - true if the change caused a modification of the text being parsed.public Source getModifiedSource()
public boolean sourceChanged()
public String toString()
toString in class EventObjectBuilt on May 24 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.