JavaScript is disabled on your browser.
Skip navigation links
Module
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Module
com.pi4j
Package
com.pi4j.event
Interface EventDelegate<LISTENER_TYPE,
EVENT_TYPE>
public interface
EventDelegate<LISTENER_TYPE,
EVENT_TYPE>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
dispatch
(
LISTENER_TYPE
listener,
EVENT_TYPE
event)
Method Details
dispatch
void
dispatch
(
LISTENER_TYPE
listener,
EVENT_TYPE
event)