|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ResourceListener
Listener interface to be notified when resources enter or leave a resource pool.
| Method Summary | |
|---|---|
void |
resourceAdded(com.kuka.resource.IResource resource)
Called when a resource enters a resource pool. |
void |
resourceRemoved(com.kuka.resource.IResource resource)
Called when a resource leaves a resource pool. |
| Method Detail |
|---|
void resourceAdded(com.kuka.resource.IResource resource)
resource - A resource.void resourceRemoved(com.kuka.resource.IResource resource)
resource - A resource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||