story.scheherazade.virgil
Class Virgil.SymbolicStackMouseListener

java.lang.Object
  extended by story.scheherazade.virgil.VirgilMouseListener
      extended by story.scheherazade.virgil.Virgil.SymbolicStackMouseListener
All Implemented Interfaces:
java.awt.event.MouseListener, java.util.EventListener
Enclosing class:
Virgil

public class Virgil.SymbolicStackMouseListener
extends VirgilMouseListener


Constructor Summary
Virgil.SymbolicStackMouseListener(Virgil virgil)
           
 
Method Summary
 void clicked()
          All concretizing classes must pass a function of what to do once the user clicks the button.
 Virgil getVirgil()
           
 void setClickedAppearance(boolean beingClicked)
          All concretizing classes must include a function that repaints the button depending on whether the user is hovering her mouse over the button after pressing and holding the mouse button.
 
Methods inherited from class story.scheherazade.virgil.VirgilMouseListener
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Virgil.SymbolicStackMouseListener

public Virgil.SymbolicStackMouseListener(Virgil virgil)
Method Detail

setClickedAppearance

public void setClickedAppearance(boolean beingClicked)
Description copied from class: VirgilMouseListener
All concretizing classes must include a function that repaints the button depending on whether the user is hovering her mouse over the button after pressing and holding the mouse button.

Specified by:
setClickedAppearance in class VirgilMouseListener

getVirgil

public Virgil getVirgil()
Specified by:
getVirgil in class VirgilMouseListener

clicked

public void clicked()
Description copied from class: VirgilMouseListener
All concretizing classes must pass a function of what to do once the user clicks the button.

Specified by:
clicked in class VirgilMouseListener


Copyright © 2011 David K. Elson. All Rights Reserved.