T
- the type of AfterMessage
created@FunctionalInterface public interface AfterMessageFactory<T extends AfterMessage>
AfterMessage
objects.Modifier and Type | Field and Description |
---|---|
static AfterMessageFactory<AfterMessage> |
DEFAULT |
Modifier and Type | Method and Description |
---|---|
T |
createAfterMessage(SimState state)
Creates an
AfterMessage sent to this collector at the end of
the data collection cycle. |
static final AfterMessageFactory<AfterMessage> DEFAULT
T createAfterMessage(SimState state)
AfterMessage
sent to this collector at the end of
the data collection cycle.state
- AfterMessage