public interface FabricEventSink
Title: Service Event Fabric Runtime
Description: This interface exposes events and prototypes used by the event handlers of a particular component.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
boolean |
hasSinkEvents()
Indicates if the component has any event handlers.
|
java.util.List |
listSinkEvents()
Lists all registered events processed by this component's handlers.
|
java.util.List listSinkEvents()
boolean hasSinkEvents()
true
if the component has registered events, false
otherwise.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.