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