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 aString
into a sequence ofEvent
s.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 void
EventLog. log(EventLog.Event e)
void
EventLog. store(EventLog.Event e)
Method parameters in VASSAL.build.module with type arguments of type EventLog.Event Modifier and Type Method Description static String
EventLog. encodedEvents(Iterable<EventLog.Event> events)
Encodes a sequence ofEvent
s into aString
.
EventLog.decodedEvents(String)
instead.