Package | Description |
---|---|
com.dlsc.flexgantt.policy |
Contains interfaces and classes shared by the policy child packages and a
policy provider used by various FlexGantt components to look up policy
implementations.
|
Modifier and Type | Method and Description |
---|---|
PolicyProviderEvent.ID |
PolicyProviderEvent.getId()
Returns the event identifier that can be used to distinguish between
different types of events.
|
static PolicyProviderEvent.ID |
PolicyProviderEvent.ID.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PolicyProviderEvent.ID[] |
PolicyProviderEvent.ID.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PolicyProviderEvent(IPolicyProvider pp,
PolicyProviderEvent.ID id,
Class<? extends IPolicy> policyType,
IPolicy policyImpl)
Constructs a new policy provider event.
|
Copyright © 2006–2020 Dirk Lemmermann Software & Consulting. All rights reserved.