org.eclipse.jface.text.revisions
Class RevisionEvent
java.lang.Object
org.eclipse.jface.text.revisions.RevisionEvent
-
public final class RevisionEvent
- extends
Object
Informs about a change of revision information.
Clients may use but not instantiate this class.
-
Since:
- 3.3
-
Restriction:
- This class is not intended to be instantiated by clients.
Methods inherited from class java.lang.
Object
|
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
|
RevisionEvent
public RevisionEvent(
RevisionInformation information)
- Creates a new event.
-
Parameters:
-
information
- the revision info
getRevisionInformation
public
RevisionInformation getRevisionInformation()
- Returns the revision information that has changed.
-
-
Returns:
- the revision information that has changed
Guidelines for using Eclipse APIs.
Copyright (c) Eclipse contributors and others 2000, 2008. All rights reserved.