edu.berkeley.guir.papier_mache.event
Interface PhobListener

All Superinterfaces:
java.util.EventListener
All Known Implementing Classes:
AssociationTreeTable, BarcodeTest, EventFilter, InOutRFID, InOutVision, MotionlessFilter, PMacheStatePanel

public interface PhobListener
extends java.util.EventListener


Method Summary
 void phobAdded(PhobEvent phobEvent)
          Called when a PhobProducer has sensed a new object
 void phobRemoved(PhobEvent phobEvent)
          Called when an object is removed from a PhobProducer's sensor
 void phobUpdated(PhobEvent phobEvent)
          Called when new information is available about a previously found object
 

Method Detail

phobAdded

void phobAdded(PhobEvent phobEvent)
Called when a PhobProducer has sensed a new object

Parameters:
phobEvent - an event describing the found object

phobUpdated

void phobUpdated(PhobEvent phobEvent)
Called when new information is available about a previously found object

Parameters:
phobEvent - an event with new information about the found object

phobRemoved

void phobRemoved(PhobEvent phobEvent)
Called when an object is removed from a PhobProducer's sensor

Parameters:
phobEvent - an event referencing the removed object