SunSPOT API V3.0


com.sun.spot.peripheral.handler
Class StopVMEventHandler

java.lang.Object
  extended by com.sun.spot.peripheral.handler.StopVMEventHandler
All Implemented Interfaces:
IEventHandler

public class StopVMEventHandler
extends Object
implements IEventHandler


Constructor Summary
StopVMEventHandler()
           
 
Method Summary
 void signalEvent()
          Signal the occurrence of an event.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopVMEventHandler

public StopVMEventHandler()
Method Detail

signalEvent

public void signalEvent()
Description copied from interface: IEventHandler
Signal the occurrence of an event. To ensure that it will run the handler is called at MAX_SYS_PRIORITY. Your code should reduce the priority as appropriate.

Specified by:
signalEvent in interface IEventHandler

SunSPOT API V3.0


Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.