SystemEvent

public class SystemEvent

This class represents a system event and holds information such as the event type, the timestamp and the Kallisto device that generated this event.

Fields

kallisto

public final Kallisto kallisto

The Kallisto device that generated this event.

This field is only diferent form null if the event type is:

timestamp

public final long timestamp

The time in nanosecond at which the event happened. Generated with System.getCurrentTime().

type

public final SystemEventType type

This event type.