public interface BellTransferCapable extends Capability
This interface has impact on behavior of the Waitfor bell
scripting command. If the client implements this interface, the command may be used in
a test script to wait for a server beep. The tool
will otherwise report a syntax error on each occurence of the command.
T-Plan Robot Enterprise, (C) 2009-2022 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
boolean |
isBellTransferSupported()
Allows to switch dynamically support of bell events.
|
void |
receiveBell()
This method gets called for each beep (bell) emited by the server.
|