WatcherRegistration


public interface WatcherRegistration extends AutoCloseable


Defines a registration, returned when registering a watcher. Through this interface a watcher can be unregistered. WatcherRegistration extends a AutoCloseable so it can be used with use api. Unregistering a watcher will ensure its visibility condition is

Summary

Public methods

default void
abstract void

Unregisters the dialog associated to this registration.

Public methods

close

Added in 2.4.0-alpha02
default void close()

unregister

Added in 2.4.0-alpha02
abstract void unregister()

Unregisters the dialog associated to this registration.