|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |
java.lang.ObjectMusic
音楽クラス
フィールドの概要 | |
private com.nttdocomo.ui.AudioPresenter |
audio
オ−ディオオブジェ |
private int |
NUMBER_MAX
音楽オブジェ番号の最大値 |
private int |
NUMBER_MIN
音楽オブジェ番号の最小値 |
private com.nttdocomo.ui.MediaSound |
sound
音楽オブジェ |
コンストラクタの概要 | |
(パッケージプライベート) |
Music()
|
メソッドの概要 | |
void |
create()
音楽サウンドの生成 |
void |
dispose()
音楽サウンドの破棄 |
com.nttdocomo.ui.AudioPresenter |
getAudioPresenter()
オーディオオブジェの作成 |
com.nttdocomo.ui.MediaSound |
getSound()
音楽サウンドの取得 |
void |
mediaAction(com.nttdocomo.ui.MediaPresenter source,
int type,
int param)
メディアアクションイベント |
クラス java.lang.Object から継承したメソッド |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
フィールドの詳細 |
private com.nttdocomo.ui.AudioPresenter audio
private com.nttdocomo.ui.MediaSound sound
private final int NUMBER_MIN
private final int NUMBER_MAX
コンストラクタの詳細 |
Music()
メソッドの詳細 |
public void create()
public com.nttdocomo.ui.MediaSound getSound()
public com.nttdocomo.ui.AudioPresenter getAudioPresenter()
public void dispose()
public void mediaAction(com.nttdocomo.ui.MediaPresenter source, int type, int param)
com.nttdocomo.ui.MediaListener
内の mediaAction
source
- 通知の発生元であるメディアプレゼンタtype
- イベントの種類param
- イベントのパラメータ
|
|||||||||||
前のクラス 次のクラス | フレームあり フレームなし | ||||||||||
概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド |