Eclipse Platform
Release 3.3

org.eclipse.jface.text.revisions
Class RevisionEvent

java.lang.Object
  extended byorg.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

Constructor Summary
RevisionEvent(RevisionInformation information)
          Creates a new event.
 
Method Summary
 RevisionInformation getRevisionInformation()
          Returns the revision information that has changed.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RevisionEvent

public RevisionEvent(RevisionInformation information)
Creates a new event.

Parameters:
information - the revision info
Method Detail

getRevisionInformation

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

Returns:
the revision information that has changed

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

Copyright (c) IBM Corp. and others 2000, 2007. All rights reserved.