Uses of Interface
co.verisoft.fw.async.Observer
Packages that use Observer
-
Uses of Observer in co.verisoft.fw.async
Classes in co.verisoft.fw.async that implement ObserverModifier and TypeClassDescriptionclass
Defines an async set of operations to be executed during the test, in an async manner.
Important: tasks are executed in the same thread as the WebDriver main thread. It means that:
1.Methods in co.verisoft.fw.async with parameters of type ObserverModifier and TypeMethodDescriptionvoid
void
Registers a new observer to be notified.void
AsyncListenerImp.unregister
(Observer o) void
Subject.unregister
(Observer o) Unregister an existing observer, and stop notifying the observer upon invocation of notifyObservers method