congrats Icon
New! Announcing Tabnine Chat Beta
Learn More
Tabnine Logo
RefsChangedEvent.<init>
Code IndexAdd Tabnine to your IDE (free)

How to use
org.eclipse.jgit.events.RefsChangedEvent
constructor

Best Java code snippets using org.eclipse.jgit.events.RefsChangedEvent.<init> (Showing top 3 results out of 315)

origin: org.eclipse.jgit/org.eclipse.jgit

/** If the parent should fire listeners, fires them. */
void fireRefsChanged() {
  final int last = lastNotifiedModCnt.get();
  final int curr = modCnt.get();
  if (last != curr && lastNotifiedModCnt.compareAndSet(last, curr) && last != 0)
    parent.fireEvent(new RefsChangedEvent());
}
origin: sonia.jgit/org.eclipse.jgit

/** If the parent should fire listeners, fires them. */
private void fireRefsChanged() {
  final int last = lastNotifiedModCnt.get();
  final int curr = modCnt.get();
  if (last != curr && lastNotifiedModCnt.compareAndSet(last, curr) && last != 0)
    parent.fireEvent(new RefsChangedEvent());
}
origin: berlam/github-bucket

/** If the parent should fire listeners, fires them. */
void fireRefsChanged() {
  final int last = lastNotifiedModCnt.get();
  final int curr = modCnt.get();
  if (last != curr && lastNotifiedModCnt.compareAndSet(last, curr) && last != 0)
    parent.fireEvent(new RefsChangedEvent());
}
org.eclipse.jgit.eventsRefsChangedEvent<init>

Popular methods of RefsChangedEvent

  • getRepository

Popular in Java

  • Finding current android device location
  • setContentView (Activity)
  • getSharedPreferences (Context)
  • getResourceAsStream (ClassLoader)
  • Charset (java.nio.charset)
    A charset is a named mapping between Unicode characters and byte sequences. Every Charset can decode
  • DateFormat (java.text)
    Formats or parses dates and times.This class provides factories for obtaining instances configured f
  • TimerTask (java.util)
    The TimerTask class represents a task to run at a specified time. The task may be run once or repeat
  • Vector (java.util)
    Vector is an implementation of List, backed by an array and synchronized. All optional operations in
  • Annotation (javassist.bytecode.annotation)
    The annotation structure.An instance of this class is returned bygetAnnotations() in AnnotationsAttr
  • JList (javax.swing)
  • Top 12 Jupyter Notebook extensions
Tabnine Logo
  • Products

    Search for Java codeSearch for JavaScript code
  • IDE Plugins

    IntelliJ IDEAWebStormVisual StudioAndroid StudioEclipseVisual Studio CodePyCharmSublime TextPhpStormVimGoLandRubyMineEmacsJupyter NotebookJupyter LabRiderDataGripAppCode
  • Company

    About UsContact UsCareers
  • Resources

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