public interface FabricEventSource
Title: Service Event Fabric Runtime
Description: Defines an Event Source interface of a particular component.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Method and Description |
---|---|
boolean |
existsActionableEvent(java.lang.String eventId)
Checks if an event with the specified id is registered as actionable.
|
boolean |
hasActionableEvents()
Indicates if the component has actionable events.
|
java.util.List |
listActionableEvents()
Lists all registered actionable events for this component.
|
java.util.List listActionableEvents()
boolean hasActionableEvents()
true
if the component has actionable events, false
otherwise.boolean existsActionableEvent(java.lang.String eventId)
eventId
- the specified event id.true
if an actionable event with the specified id exists, false
otherwise.Copyright © 2015-2024 StreamScape Technologies. All rights reserved.