Class TickEvent

All Implemented Interfaces:
Serializable

public class TickEvent extends GameEvent<String>
See Also:
  • Constructor Details

    • TickEvent

      public TickEvent(String source)
      Constructs a prototypical Event.
      Parameters:
      source - The object on which the Event initially occurred.
      Throws:
      IllegalArgumentException - if source is null.