edu.berkeley.guir.papier_mache.assoc
Class FileBrowser

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.assoc.AssociationElt
      extended by edu.berkeley.guir.papier_mache.assoc.AssociationNoun
          extended by edu.berkeley.guir.papier_mache.assoc.FileBrowser
All Implemented Interfaces:
edu.berkeley.guir.lib.util.ToShortStringable

public class FileBrowser
extends AssociationNoun

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

Constructor Summary
FileBrowser()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void phobAdded()
           
 void phobRemoved()
           
 void phobUpdated()
           
 java.lang.String toShortString()
           
 java.lang.String toString()
           
 
Methods inherited from class edu.berkeley.guir.papier_mache.assoc.AssociationElt
setParameter
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileBrowser

public FileBrowser()
Method Detail

phobAdded

public void phobAdded()
Specified by:
phobAdded in class AssociationNoun

phobUpdated

public void phobUpdated()
Specified by:
phobUpdated in class AssociationElt

phobRemoved

public void phobRemoved()
Specified by:
phobRemoved in class AssociationElt

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toShortString

public java.lang.String toShortString()
Specified by:
toShortString in interface edu.berkeley.guir.lib.util.ToShortStringable
Overrides:
toShortString in class AssociationElt

main

public static void main(java.lang.String[] args)