SunSPOT API V3.0


com.sun.spot.peripheral
Interface IEventHandler

All Known Implementing Classes:
NullEventHandler, StopVMEventHandler

public interface IEventHandler


Method Summary
 void signalEvent()
          Signal the occurrence of an event.
 

Method Detail

signalEvent

void signalEvent()
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.


SunSPOT API V3.0


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