Uses of Interface
com.pi4j.event.EventDelegate
Packages that use EventDelegate
-
Uses of EventDelegate in com.pi4j.event
Methods in com.pi4j.event with parameters of type EventDelegateModifier and TypeMethodDescriptionEventManager.dispatch(EVENT_TYPE event, EventDelegate<LISTENER_TYPE, EVENT_TYPE> delegate) Constructors in com.pi4j.event with parameters of type EventDelegateModifierConstructorDescriptionEventManager(SOURCE_TYPE source, EventDelegate<LISTENER_TYPE, EVENT_TYPE> delegate)