com.sun.spot.peripheral.handler
Class StopVMEventHandler
java.lang.Object
com.sun.spot.peripheral.handler.StopVMEventHandler
- All Implemented Interfaces:
- IEventHandler
public class StopVMEventHandler
- extends Object
- implements IEventHandler
Method Summary |
void |
signalEvent()
Signal the occurrence of an event. |
StopVMEventHandler
public StopVMEventHandler()
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
Copyright © 2006, 2007 Sun Microsystems, Inc. All Rights Reserved.