Package org.eclipse.jface.text.revisions
Class RevisionEvent
java.lang.Object
org.eclipse.jface.text.revisions.RevisionEvent
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.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the revision information that has changed.
-
Constructor Details
-
RevisionEvent
Creates a new event.- Parameters:
information
- the revision info
-
-
Method Details
-
getRevisionInformation
Returns the revision information that has changed.- Returns:
- the revision information that has changed
-