public class ConnectionEvent extends MailEvent
修飾子と型 | フィールドと説明 |
---|---|
static int | CLOSED 接続が閉じられました。 |
static int | DISCONNECTED 接続が切断されました(現在は使用されていません)。 |
static int | OPENED 接続が開かれました。 |
protected int | type イベント型。 |
sourceSE
コンストラクターと説明 |
---|
ConnectionEvent(ObjectSE source, int type) ConnectionEvent を作成します。 |
修飾子と型 | メソッドと説明 |
---|---|
void | dispatch(ObjectSE listener) 適切な ConnectionListener メソッドを呼び出します |
int | getType() このイベントの型を返します |
getSourceSE, toStringSE
cloneSE, equalsSE, finalizeSE, getClassSE, hashCodeSE, notifySE, notifyAllSE, waitSE, waitSE, waitSE
public static final int OPENED
public static final int DISCONNECTED
public static final int CLOSED
protected int type
public ConnectionEvent(ObjectSE source, int type)
source
- ソースオブジェクト type
- イベント型 Copyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.