- Enclosing class:
- OnConditionChange
public static interface OnConditionChange.Caller
Interface generated by an annotation processor to call a method.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
call
(Actor obj, Condition arg0, ConditionMode arg1, SimObject arg2) Call a method.
-
Method Details
-
call
Call a method.- Parameters:
obj
- the objectarg0
- argument 0arg1
- argument 1arg2
- argument 2
-