Package libsidplay.common
Klasse Event
java.lang.Object
libsidplay.common.Event
- Bekannte direkte Unterklassen:
C1541Runner,MOS6526.InterruptSource,MOS6526.Timer,Oscilloscope.HighResolutionEvent,REU.DMAEvent,SIDMixer.MixerEvent,Sprite,WhatsSidEvent
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
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic interfacestatic enumC64 system runs actions at system clock high and low states. -
Feldübersicht
Felder -
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
-
Felddetails
-
name
Describe event for humans. -
triggerTime
protected long triggerTimeThe clock this event fires -
next
The next event in sequence
-
-
Konstruktordetails
-
Event
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
-
event
Event code to be executed. Events are allowed to safely reschedule themselves with the EventScheduler during invocations.- Löst aus:
InterruptedException
-
toString
-
of
-