Package com.seeq.link.sdk.utilities
Class Event<M>
java.lang.Object
com.seeq.link.sdk.utilities.Event<M>
- Type Parameters:
M
- a class to encapsulate the message payload of the event
From http://www.redirecttonull.com/?p=13
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadd
(EventListener<M> listener) void
void
remove
(EventListener<?> listener)
-
Constructor Details
-
Event
public Event()
-
-
Method Details
-
add
-
dispatch
-
remove
-