com.kuka.roboticsAPI.controllerModel.sunrise
Interface SunriseExecutionService.IPauseListener

All Superinterfaces:
com.kuka.common.events.IEventListener
Enclosing class:
SunriseExecutionService

public static interface SunriseExecutionService.IPauseListener
extends com.kuka.common.events.IEventListener

A listener for the pause.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Method Summary
 void beforeExecutionFinallyPausedCallback()
          Function called shortly before the execution is finally paused.
 void beforeExecutionFinallyResumedCallback()
          Function called shortly before the execution is resumed.
 

Method Detail

beforeExecutionFinallyPausedCallback

void beforeExecutionFinallyPausedCallback()
Function called shortly before the execution is finally paused.


beforeExecutionFinallyResumedCallback

void beforeExecutionFinallyResumedCallback()
Function called shortly before the execution is resumed.



Copyright © 2019. All rights reserved.