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.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.