Uses of Class
VASSAL.build.module.EventLog.Event
Packages that use EventLog.Event
-
Uses of EventLog.Event in VASSAL.build.module
Methods in VASSAL.build.module that return types with arguments of type EventLog.EventModifier and TypeMethodDescriptionstatic 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.EventModifier and TypeMethodDescriptionvoidEventLog.log(EventLog.Event e)voidEventLog.store(EventLog.Event e)Method parameters in VASSAL.build.module with type arguments of type EventLog.EventModifier and TypeMethodDescriptionstatic StringEventLog.encodedEvents(Iterable<EventLog.Event> events)Encodes a sequence ofEvents into aString.
EventLog.decodedEvents(String)instead.