Class BankQuery

    • Constructor Detail

      • BankQuery

        public BankQuery​(Context ctx)
    • Method Detail

      • isOpen

        public boolean isOpen()
        Determines whether the bank interface is currently open.

        This method interacts with the BankService to check the status of the bank interface. The bank is considered open if the corresponding interface is visible and active in the client.

        Returns:
        true if the bank interface is open, false otherwise.