Package org.jgrapes.core.internal
Interface InternalEventPipelineWrapper
public interface InternalEventPipelineWrapper
Must be implemented by classes that implement
EventPipeline
.Allows (internal) access to InternalEventPipeline
.
-
Method Summary
Modifier and TypeMethodDescriptionorg.jgrapes.core.internal.InternalEventPipeline
wrapped()
Return the internal event pipeline.
-
Method Details
-
wrapped
org.jgrapes.core.internal.InternalEventPipeline wrapped()Return the internal event pipeline.- Returns:
- the internal event pipeline
-