Uses of Interface
com.kuka.common.events.IEventCaller

Packages that use IEventCaller
com.kuka.common.events This package contains utility classes for events. 
 

Uses of IEventCaller in com.kuka.common.events
 

Methods in com.kuka.common.events with parameters of type IEventCaller
 void EventProvider.callListenersAsync(IEventCaller<ListenerType> caller)
          Asynchronously calls for all registered listener the specified callFor(IEventListener) method.
 void EventProvider.callListenersSync(IEventCaller<ListenerType> caller)
          Synchronously calls for all registered listener the specified callFor(IEventListener) method.
 



Copyright © 2019. All rights reserved.