@FunctionalInterface public static interface AbstractSimEntity.Notifier
| Modifier and Type | Method and Description |
|---|---|
void |
fire(SimEntityEvent event)
Fires the notification to all relevant listeners.
|
void fire(SimEntityEvent event)
event - The relevant event, non-null.IllegalArgumentException - If the argument is null or of illegal type.Copyright © 2018. All rights reserved.