@FunctionalInterface public static interface AbstractSimEntity.PreNotificationHook
A pre-notification hook allows sub-classes to modify the pending notifications (for whatever reason), but it is typically used to automatically detect state-changes that are not explicitly dealt with otherwise.
| Modifier and Type | Method and Description |
|---|---|
void |
hook(List<Map<SimEntitySimpleEventType.Member,SimEntityEvent>> pendingNotifications)
Invokes the hook.
|
void hook(List<Map<SimEntitySimpleEventType.Member,SimEntityEvent>> pendingNotifications)
pendingNotifications - The pending notifications (may be changed).Copyright © 2018. All rights reserved.