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 aString
into a sequence ofEvent
s.Methods in VASSAL.build.module with parameters of type EventLog.EventModifier and TypeMethodDescriptionvoid
EventLog.log
(EventLog.Event e) void
EventLog.store
(EventLog.Event e) Method parameters in VASSAL.build.module with type arguments of type EventLog.EventModifier and TypeMethodDescriptionstatic String
EventLog.encodedEvents
(Iterable<EventLog.Event> events) Encodes a sequence ofEvent
s into aString
.