Uses of Class
org.ocap.system.event.SystemEvent

Packages that use SystemEvent
org.ocap.system.event

The org.ocap.system.event package defines various system events. 

 

Uses of SystemEvent in org.ocap.system.event
 

Subclasses of SystemEvent in org.ocap.system.event
 class DeferredDownloadEvent
          This class represents an event returned by the system when a deferred download is instigated by the receipt of a code version table with download_command = 0x01 (see [CCIF 2.0]).
 class ErrorEvent
          This class represents an event returned by the system when an uncaught exception or implementation error is encountered, or by an application that wishes to log an error or an informational event.
 class RebootEvent
          This class represents an event returned by the system when a reboot is instigated.
 class ResourceDepletionEvent
          Event that indicates resources are low, and the system is about to destroy application(s) to attempt to correct this.
 

Methods in org.ocap.system.event with parameters of type SystemEvent
abstract  void SystemEventManager.log(SystemEvent event)
          Logs an event.
 void SystemEventListener.notifyEvent(SystemEvent event)
          Receives error, resource depletion, or reboot events from the system when a trusted application has registered as the event handler for the respective event type.