edu.berkeley.guir.papier_mache.assoc
Class RewindElt

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

public class RewindElt
extends AssociationAction

Author:
jack

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

Constructor Detail

RewindElt

public RewindElt()
Method Detail

phobAdded

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

phobRemoved

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

toString

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