Package com.db4o.events
Interface EventListener4<T extends EventArgs>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onEvent(Event4<T> e, T args)
The event was triggered.
-
Modifier and Type | Method | Description |
---|---|---|
void |
onEvent(Event4<T> e,
T args) |
The event was triggered.
|