edu.berkeley.guir.papier_mache.assoc
Class AssociationNoun

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.assoc.AssociationElt
      extended by edu.berkeley.guir.papier_mache.assoc.AssociationNoun
All Implemented Interfaces:
edu.berkeley.guir.lib.util.ToShortStringable
Direct Known Subclasses:
AssociationWrapper, FileBrowser, ImageBrowser, ListAssociation, MediaClip, WebPage

public abstract class AssociationNoun
extends AssociationElt

Nouns are an object: a person place or thing. Nouns can have the application focus.

Author:
Jack Li ( jack(AT)eecs{DOT}berkeley{DOT}edu )

Constructor Summary
AssociationNoun()
           
 
Method Summary
abstract  void phobAdded()
           
 
Methods inherited from class edu.berkeley.guir.papier_mache.assoc.AssociationElt
phobRemoved, phobUpdated, setParameter, toShortString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssociationNoun

public AssociationNoun()
Method Detail

phobAdded

public abstract void phobAdded()