motej.event
Class IrCameraEvent

java.lang.Object
  extended by motej.event.IrCameraEvent

public class IrCameraEvent
extends Object

Author:
Volker Fritzsch

Constructor Summary
IrCameraEvent(Mote source, IrCameraMode mode, IrPoint p0, IrPoint p1, IrPoint p2, IrPoint p3)
           
 
Method Summary
 IrPoint getIrPoint(int slot)
           
 IrCameraMode getMode()
           
 Mote getSource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IrCameraEvent

public IrCameraEvent(Mote source,
                     IrCameraMode mode,
                     IrPoint p0,
                     IrPoint p1,
                     IrPoint p2,
                     IrPoint p3)
Method Detail

getSource

public Mote getSource()

getMode

public IrCameraMode getMode()

getIrPoint

public IrPoint getIrPoint(int slot)


Copyright © 2007-2009 Volker Fritzsch. All Rights Reserved.