public interface EventsManager<T>
| Modifier and Type | Method and Description |
|---|---|
void |
deleteAllEvents()
Clears out all events.
|
void |
recordEvent(T event)
Records an event
|
void |
sendEvents()
Sends all of the events to the server.
|
void sendEvents()
void deleteAllEvents()
void recordEvent(T event)