com.kprolog.plc
Interface PlcClient
- public interface PlcClient
PlcClient is an interface to use with Plc.run.
- See Also:
Plc.Plc(PlcClient, java.lang.String, java.lang.Object[]),
Plc.run()
|
Method Summary |
void |
fail()
Called back when the goal has no more result. |
boolean |
success(java.lang.Object[] result)
Called back every time the goal sucesses. |
success
public boolean success(java.lang.Object[] result)
- Called back every time the goal sucesses.
- Parameters:
result - the result
fail
public void fail()
- Called back when the goal has no more result.