Package com.lucimber.dbus.connection
Interface UserEventPropagator
- All Known Subinterfaces:
Context
public interface UserEventPropagator
-
Method Summary
Modifier and TypeMethodDescriptionvoid
propagateUserEvent
(Object evt) Propagates a user-defined event to the next handler in the pipeline.
-
Method Details
-
propagateUserEvent
Propagates a user-defined event to the next handler in the pipeline.If not intercepted, the event will eventually reach the tail handler.
- Parameters:
evt
- the event object to propagate; must not benull
.
-