public interface PreconnectActionCapable
T-Plan Robot Enterprise, (C) 2009-2025 T-Plan Limited. All rights reserved.
Modifier and Type | Method and Description |
---|---|
boolean |
goingToConnect(Window owner,
boolean interactive)
This method will be called before the client's connect() method gets
called.
|
boolean goingToConnect(Window owner, boolean interactive)
owner
- the window owner.interactive
- true to display pop up windows or false to stay
silent.