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.
  • Constructor Details

    • RevisionEvent

      public RevisionEvent(RevisionInformation information)
      Creates a new event.
      Parameters:
      information - the revision info
  • Method Details

    • getRevisionInformation

      public RevisionInformation getRevisionInformation()
      Returns the revision information that has changed.
      Returns:
      the revision information that has changed