Package | Description |
---|---|
ordertracker |
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 SystemEvent.BehaviourFactory |
SystemEvent.getBehaviourFactory()
Returns the singleton BehaviourFactory for this.
|
Modifier and Type | Method and Description |
---|---|
static void |
SystemEvent.setBehaviourFactory(SystemEvent.BehaviourFactory factory)
Sets the BehaviourFactory for all instances of
this class.
|
Copyright © 2012–2022. All rights reserved.