@Deprecated public class Triggers extends Object
Trigger
s.Modifier and Type | Field and Description |
---|---|
static List<TriggerDescriptor> |
TRIGGERS
Deprecated.
as of 1.286
Use
Trigger.all() for read access, and Extension for registration. |
Constructor and Description |
---|
Triggers()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static List<TriggerDescriptor> |
getApplicableTriggers(Item i)
Deprecated.
as of 1.286
Use
Trigger.for_(Item) . |
@Deprecated public static final List<TriggerDescriptor> TRIGGERS
Trigger.all()
for read access, and Extension
for registration.TriggerDescriptor
implementations.@Deprecated public static List<TriggerDescriptor> getApplicableTriggers(Item i)
Trigger.for_(Item)
.TriggerDescriptor
s that applies to the given item.Copyright © 2004–2021. All rights reserved.