com.kuka.resource.locking
Interface ILockListener


public interface ILockListener

Listener interface to receive notifications when the state of a lock has changed.


Method Summary
 void lockStateChanged(ILockable lockable, boolean locked)
          Invoked when a resource becomes unlocked or locked.
 

Method Detail

lockStateChanged

void lockStateChanged(ILockable lockable,
                      boolean locked)
Invoked when a resource becomes unlocked or locked.

Parameters:
lockable - the lock whose state has changed
locked - The new state of the lock, true indicates locked.


Copyright © 2019. All rights reserved.