org.ocap.system.event
Interface SystemEventListener

All Superinterfaces:
java.util.EventListener

public interface SystemEventListener
extends java.util.EventListener

System event handler implemented by a trusted application and registered with SystemEventManager.


Method Summary
 void 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.
 

Method Detail

notifyEvent

void 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.

Parameters:
event - - The event encountered by the implementation.