public interface NotificationListener
extends java.util.EventListener
修飾子とタイプ | メソッドと説明 |
---|---|
ClientContext |
getClientContext()
このリスナーが属するClientContextを返す
|
java.lang.String |
getNotificationListenerID()
このリスナーを識別する一意キーを取得する
|
Page |
getPage()
このリスナーが属するPageを返す
|
void |
notificationReceived(Notification n)
Client内通知を受け取った際に呼び出される
|
void notificationReceived(Notification n)
n
- 通知イベントオブジェクトjava.lang.String getNotificationListenerID()
Page getPage()
ClientContext getClientContext()