public interface CardSpriteObserver
| Modifier and Type | Method and Description |
|---|---|
void |
cardSpriteClicked(CardSprite sprite,
MouseEvent me)
Notifies the observer that the user clicked a card sprite.
|
void |
cardSpriteDragged(CardSprite sprite,
MouseEvent me)
Notifies the observer that the user dragged a card sprite to a new
location.
|
void |
cardSpriteEntered(CardSprite sprite,
MouseEvent me)
Notifies the observer that the user moved the mouse pointer onto
a card sprite.
|
void |
cardSpriteExited(CardSprite sprite,
MouseEvent me)
Notifies the observer that the user moved the mouse pointer off of
a card sprite.
|
void cardSpriteClicked(CardSprite sprite, MouseEvent me)
sprite - the dragged spriteme - the mouse event associated with the dragvoid cardSpriteEntered(CardSprite sprite, MouseEvent me)
sprite - the entered spriteme - the mouse event associated with the entrancevoid cardSpriteExited(CardSprite sprite, MouseEvent me)
sprite - the exited the spriteme - the mouse event associated with the exitvoid cardSpriteDragged(CardSprite sprite, MouseEvent me)
sprite - the dragged spriteme - the mouse event associated with the dragCopyright © 2015. All rights reserved.