congrats Icon
New! Tabnine Pro 14-day free trial
Start a free trial
Tabnine Logo
RevisionEvent.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.eclipse.jface.text.revisions.RevisionEvent
constructor

Best Java code snippets using org.eclipse.jface.text.revisions.RevisionEvent.<init> (Showing top 2 results out of 315)

origin: org.eclipse.platform/org.eclipse.jface.text

  /**
   * Informs the revision listeners about a change.
   *
   * @since 3.3
   */
  private void informListeners() {
    if (fRevisionInfo == null || fRevisionListeners.isEmpty())
      return;

    RevisionEvent event= new RevisionEvent(fRevisionInfo);
    for (IRevisionListener listener : fRevisionListeners) {
      listener.revisionInformationChanged(event);
    }
  }
}
origin: org.eclipse.scout.sdk.deps/org.eclipse.jface.text

  /**
   * Informs the revision listeners about a change.
   *
   * @since 3.3
   */
  private void informListeners() {
    if (fRevisionInfo == null || fRevisionListeners.isEmpty())
      return;

    RevisionEvent event= new RevisionEvent(fRevisionInfo);
    for (IRevisionListener listener : fRevisionListeners) {
      listener.revisionInformationChanged(event);
    }
  }
}
org.eclipse.jface.text.revisionsRevisionEvent<init>

Javadoc

Creates a new event.

Popular methods of RevisionEvent

    Popular in Java

    • Start an intent from android
    • getSharedPreferences (Context)
    • requestLocationUpdates (LocationManager)
    • setContentView (Activity)
    • Rectangle (java.awt)
      A Rectangle specifies an area in a coordinate space that is enclosed by the Rectangle object's top-
    • File (java.io)
      An "abstract" representation of a file system entity identified by a pathname. The pathname may be a
    • RandomAccessFile (java.io)
      Allows reading from and writing to a file in a random-access manner. This is different from the uni-
    • Time (java.sql)
      Java representation of an SQL TIME value. Provides utilities to format and parse the time's represen
    • HashSet (java.util)
      HashSet is an implementation of a Set. All optional operations (adding and removing) are supported.
    • DateTimeFormat (org.joda.time.format)
      Factory that creates instances of DateTimeFormatter from patterns and styles. Datetime formatting i
    • Sublime Text for Python
    Tabnine Logo
    • Products

      Search for Java codeSearch for JavaScript code
    • IDE Plugins

      IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimAtomGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
    • Company

      About UsContact UsCareers
    • Resources

      FAQBlogTabnine AcademyStudentsTerms of usePrivacy policyJava Code IndexJavascript Code Index
    Get Tabnine for your IDE now