public class StoreEvent extends MailEvent
| 修飾子と型 | フィールドと説明 |
|---|---|
static int | ALERT このメッセージがアラートであることを示します。 |
protected StringSE | message ユーザーに提示されるメッセージテキスト。 |
static int | NOTICE このメッセージが通知であることを示します。 |
protected int | type イベント型。 |
sourceSE| コンストラクターと説明 |
|---|
StoreEvent(Store store, int type, StringSE message)StoreEvent を作成します。 |
| 修飾子と型 | メソッドと説明 |
|---|---|
void | dispatch(ObjectSE listener) 適切な StoreListener メソッドを呼び出します。 |
StringSE | getMessage() ストアからメッセージを取得します。 |
int | getMessageType() このイベントの型を返します。 |
getSourceSE, toStringSEcloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSEpublic static final int ALERT
public static final int NOTICE
protected int type
protected StringSE message
public StringSE getMessage()
Copyright © 2019 Eclipse Foundation.
Use is subject to license terms.