Class VoidRealm

java.lang.Object
org.eclipse.core.databinding.observable.Realm
com._1c.g5.v8.dt.common.databinding.VoidRealm

public class VoidRealm extends org.eclipse.core.databinding.observable.Realm
Void realm tells caller that execution are processing in current realm.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final VoidRealm
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     

    Methods inherited from class org.eclipse.core.databinding.observable.Realm

    asyncExec, exec, getDefault, runWithDefault, safeRun, setDefault, syncExec, timerExec

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • INSTANCE

      public static final VoidRealm INSTANCE
  • Method Details

    • isCurrent

      public boolean isCurrent()
      Specified by:
      isCurrent in class org.eclipse.core.databinding.observable.Realm