Interface BindingContext

    • Method Detail

      • publish

        void publish​(QualifiedValue value,
                     boolean pending)
        Called from the binding when it has a value to push onto the target property ( or through its transforms )
        Parameters:
        pending - true if this value is temporary and will be replaced (within a reasonable span of time) with a new value
      • processPublishedValue

        void processPublishedValue()
        Takes the most recently published value from the binding and runs it through the transforms or delivers it to the target if there are no transforms.
      • getSession

        default Session getSession()
      • getScheduler

        default java.util.concurrent.ScheduledExecutorService getScheduler()