com.kuka.appframework
Interface IChecker


public interface IChecker

This interface allows to check conditions. For each check that should be performed there needs to be a call to the check method.


Method Summary
 void check(boolean success, String message)
          Handles a check.
 

Method Detail

check

void check(boolean success,
           String message)
Handles a check. If the expression the user wants to check is false it will be displayed in the smartHMI.

Parameters:
success - the result of the check the user performs.
message - the message that will be displayed when the check fails.


Copyright © 2018. All rights reserved.