edu.berkeley.guir.papier_mache
Class PapierMache.PhobSelectionEvent

java.lang.Object
  extended by java.util.EventObject
      extended by edu.berkeley.guir.papier_mache.PapierMache.PhobSelectionEvent
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
PapierMache

public static class PapierMache.PhobSelectionEvent
extends java.util.EventObject

See Also:
Serialized Form

Constructor Summary
PapierMache.PhobSelectionEvent(java.awt.Component component, 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

PapierMache.PhobSelectionEvent

public PapierMache.PhobSelectionEvent(java.awt.Component component,
                                      Phob phob)
Method Detail

getPhob

public Phob getPhob()