Interface OnConditionChange.Caller

Enclosing class:
OnConditionChange

public static interface OnConditionChange.Caller
Interface generated by an annotation processor to call a method.
  • Method Details

    • call

      void call(Actor obj, Condition arg0, ConditionMode arg1, SimObject arg2)
      Call a method.
      Parameters:
      obj - the object
      arg0 - argument 0
      arg1 - argument 1
      arg2 - argument 2