edu.berkeley.guir.papier_mache.assoc
Class AssociationAction

java.lang.Object
  extended by edu.berkeley.guir.papier_mache.assoc.AssociationElt
      extended by edu.berkeley.guir.papier_mache.assoc.AssociationAction
All Implemented Interfaces:
edu.berkeley.guir.lib.util.ToShortStringable
Direct Known Subclasses:
FastForwardElt, PauseElt, ResetElt, RewindElt

public abstract class AssociationAction
extends AssociationElt

Actions (verbs) do things; they operate on the focus AssociationNoun.

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

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

Constructor Detail

AssociationAction

public AssociationAction()
Method Detail

phobAdded

public abstract void phobAdded(AssociationNoun focus)

phobUpdated

public void phobUpdated()
By default. MediaOperations do nothing on an update.

Specified by:
phobUpdated in class AssociationElt