Klasse Event

java.lang.Object
libsidplay.common.Event
Bekannte direkte Unterklassen:
C1541Runner, MOS6526.InterruptSource, MOS6526.Timer, Oscilloscope.HighResolutionEvent, REU.DMAEvent, SIDMixer.MixerEvent, Sprite, WhatsSidEvent

public abstract class Event extends Object
Event scheduler (based on alarm from Vice). Created in 2001 by Simon A. White. Optimized EventScheduler and corresponding Event class by Antti S. Lankila in 2009.
Autor:
Antti Lankila
  • Felddetails

    • name

      protected final String name
      Describe event for humans.
    • triggerTime

      protected long triggerTime
      The clock this event fires
    • next

      protected Event next
      The next event in sequence
  • Konstruktordetails

    • Event

      protected Event(String name)
      Events are used for delayed execution. Name is not used by code, but is useful for debugging.
      Parameter:
      name - Descriptive string of the event.
  • Methodendetails