T
- the type of BeforeMessage
created@FunctionalInterface public interface BeforeMessageFactory<T extends BeforeMessage>
BeforeMessage
objects.Modifier and Type | Field and Description |
---|---|
static BeforeMessageFactory<BeforeMessage> |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
T |
createBeforeMessage(SimState state)
Creates a
BeforeMessage sent to this collector when at the start
of the data collection cycle. |
static final BeforeMessageFactory<BeforeMessage> DEFAULT
T createBeforeMessage(SimState state)
BeforeMessage
sent to this collector when at the start
of the data collection cycle.state
- BeforeMessage