com.kuka.common.events
Interface IEventCaller<ListenerType extends IEventListener>

Type Parameters:
ListenerType - type of the event listener.

public interface IEventCaller<ListenerType extends IEventListener>

Interface for calling event for event workers.

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 callFor(ListenerType listener)
          Implementing class should call the particular listener function in this method.
 

Method Detail

callFor

void callFor(ListenerType listener)
Implementing class should call the particular listener function in this method.

Parameters:
listener - listener on which some method should be called


Copyright © 2019. All rights reserved.