public interface ITriggerPointAdvisor
This interface is not intended to be extended or implemented by clients.
ITriggerPoint
Modifier and Type | Method and Description |
---|---|
Set |
allow(ITriggerPoint triggerPoint,
IIdentifier identifier)
Answer whether the activities bound to the identifier should be enabled
when triggered by the provided trigger point.
|
Set allow(ITriggerPoint triggerPoint, IIdentifier identifier)
triggerPoint
- the trigger point to testidentifier
- the identifier to test against the trigger pointnull
the caller may proceed with their usage of
the object represented by the identifier. If null
the caller should abort the action.Guidelines for using Eclipse APIs. Copyright (c) IBM Corp. and others 2000, 2006. All rights reserved.