com.buglabs.bug.module.motion.pub
Interface IMotionObserver

All Known Implementing Classes:
MotionWS

public interface IMotionObserver

Implementors will register an ImotionObserver with IMotionSubject to be notified when motion events occur.


Method Summary
 void motionDetected()
          Signals the client that motion has been detected.
 

Method Detail

motionDetected

void motionDetected()
Signals the client that motion has been detected.