Eclipse Platform
Release 3.3

org.eclipse.jface.text.revisions
Interface IRevisionListener


public interface IRevisionListener

A listener which is notified when revision information changes.

Since:
3.3
See Also:
RevisionInformation, IRevisionRulerColumnExtension

Method Summary
 void revisionInformationChanged(RevisionEvent e)
          Notifies the receiver that the revision information has been updated.
 

Method Detail

revisionInformationChanged

public void revisionInformationChanged(RevisionEvent e)
Notifies the receiver that the revision information has been updated. This typically occurs when revision information is being displayed in an editor and the annotated document is modified.

Parameters:
e - the revision event describing the change

Eclipse Platform
Release 3.3

Guidelines for using Eclipse APIs.

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