Package | Description |
---|---|
ordertracker |
Modifier and Type | Class and Description |
---|---|
class |
SystemEventBehaviour |
Modifier and Type | Method and Description |
---|---|
SystemEvent.Behaviour |
SystemEvent.BehaviourFactory.create(SystemEvent entity) |
Modifier and Type | Method and Description |
---|---|
static SystemEvent.BehaviourFactory |
SystemEvent.createBehaviourFactory(Class<? extends SystemEvent.Behaviour> cls)
Returns a BehaviourFactory on the assumption that the given class
has a single constructor with one parameter of type SystemEvent.
|
static void |
SystemEvent.setBehaviourFactory(Class<? extends SystemEvent.Behaviour> cls)
Sets the BehaviourFactory for all instances of
this class using the given Behaviour class as the base.
|
Copyright © 2012–2022. All rights reserved.