com.kuka.resource
Interface IResourceManagerListener


public interface IResourceManagerListener

Interface for listeners to resource registration and unregistration events from a IResourceManager.


Method Summary
 void resourceRegistered(IResource resource)
          Called when any resource was registered at the resource manager.
 void resourceUnregistered(IResource resource)
          Called when any resource was unregistered at the resource manager.
 

Method Detail

resourceRegistered

void resourceRegistered(IResource resource)
Called when any resource was registered at the resource manager.

Parameters:
resource - the registered resource

resourceUnregistered

void resourceUnregistered(IResource resource)
Called when any resource was unregistered at the resource manager.

Parameters:
resource - the unregistered resource


Copyright © 2019. All rights reserved.