SunSPOT API V5.0


com.sun.spot.peripheral.handler
Class NullEventHandler

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

public class NullEventHandler
extends Object
implements IEventHandler


Constructor Summary
NullEventHandler(String message)
           
 
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

NullEventHandler

public NullEventHandler(String message)
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 V5.0


Copyright � 2006-2008 Sun Microsystems, Inc. All Rights Reserved.