|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tanager.ui.CUIState
org.tanager.ui.CUIStateSkippingToPreviousSong
public class CUIStateSkippingToPreviousSong
This class encapsulates the handling of the Tanager UI events while in the SkippingToPreviousSong state.
| Field Summary |
|---|
| Fields inherited from class org.tanager.ui.CUIState |
|---|
pauseIcon_, playIcon_ |
| Constructor Summary | |
|---|---|
protected |
CUIStateSkippingToPreviousSong()
This is the only contructor allowed for a CUIStateSkippingToPreviousSong object. |
| Method Summary | |
|---|---|
void |
doEntryActions()
This method is used to process the state's entry actions. |
void |
playingSong(CSong song)
This method handles an playingSong() event. |
| Methods inherited from class org.tanager.ui.CUIState |
|---|
debugStateEntry, downButtonPressed, getMiddleButtonIcon, getTheButtonPane, getTheContext, getTheUIController, idle, initialize, leftButtonPressed, middleButtonPressed, pausedSong, rightButtonPressed, stopButtonPressed, upButtonPressed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected CUIStateSkippingToPreviousSong()
This is the only contructor allowed for a
CUIStateSkippingToPreviousSong object.
| Method Detail |
|---|
public void doEntryActions()
This method is used to process the state's entry actions.
Semantics:skipToPreviousSong() method
doEntryActions in class CUIStatepublic void playingSong(CSong song)
This method handles an
playingSong() event.
CUIStatePlaying object and
setting the context's state to the new
object
playingSong in class CUIStatesong - the playing song
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||