|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.tanager.application.CSongEvent
org.tanager.application.CPausedSongEvent
public class CPausedSongEvent
This class represents a message that is passed from the Music Player to the UI, and it is used to communicate information about the song that is currently playing as part of the Observer/Observable pattern. The PausedSongEvent notifies observers that a song has been paused.
| Constructor Summary | |
|---|---|
CPausedSongEvent(CSong song)
This is the only constructor allowed for a CPausedSongEvent object. |
|
| Method Summary |
|---|
| Methods inherited from class org.tanager.application.CSongEvent |
|---|
getSong |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CPausedSongEvent(CSong song)
This is the only constructor allowed for a
CPausedSongEvent object. It
initializes the object's associations and
aggregations.
Semantics:
song - the paused song
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||