edu.berkeley.guir.papier_mache.event
Class PhobEvent

java.lang.Object
  extended by java.util.EventObject
      extended by edu.berkeley.guir.papier_mache.event.PhobEvent
All Implemented Interfaces:
java.io.Serializable

public class PhobEvent
extends java.util.EventObject

See Also:
Serialized Form

Constructor Summary
PhobEvent(PhobProducer producer, Phob phob)
           
 
Method Summary
 Phob getPhob()
           
 
Methods inherited from class java.util.EventObject
getSource, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PhobEvent

public PhobEvent(PhobProducer producer,
                 Phob phob)
Method Detail

getPhob

public Phob getPhob()