Uses of Class
VASSAL.build.module.EventLog.Event
| Package | Description |
|---|---|
| VASSAL.build.module |
Contains classes that may be added to a
GameModule. |
-
Uses of EventLog.Event in VASSAL.build.module
Methods in VASSAL.build.module that return types with arguments of type EventLog.Event Modifier and Type Method Description static Iterable<EventLog.Event>EventLog. decodedEvents(String s)Decodes aStringinto a sequence ofEvents.static Enumeration<EventLog.Event>EventLog. decodeEvents(String s)Deprecated, for removal: This API element is subject to removal in a future version.Methods in VASSAL.build.module with parameters of type EventLog.Event Modifier and Type Method Description voidEventLog. log(EventLog.Event e)voidEventLog. store(EventLog.Event e)Method parameters in VASSAL.build.module with type arguments of type EventLog.Event Modifier and Type Method Description static StringEventLog. encodedEvents(Iterable<EventLog.Event> events)Encodes a sequence ofEvents into aString.
EventLog.decodedEvents(String)instead.