public class EventListenerProxy extends UnicastRemoteObject implements RemoteEventListener
ref| Constructor and Description |
|---|
EventListenerProxy() |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(String id,
NotificationListener l,
Object handback) |
static EventListenerProxy |
getEventListenerProxy() |
String |
getProxyAddress() |
void |
handleNotification(Notification n,
Object h) |
void |
removeListener(String id) |
clone, exportObject, exportObject, exportObject, unexportObjectgetClientHost, getLog, setLogpublic EventListenerProxy()
throws RemoteException
RemoteExceptionpublic static EventListenerProxy getEventListenerProxy()
public void handleNotification(Notification n, Object h) throws RemoteException
handleNotification in interface RemoteEventListenerRemoteExceptionpublic String getProxyAddress()
public void addListener(String id, NotificationListener l, Object handback)
public void removeListener(String id) throws ListenerNotFoundException
ListenerNotFoundExceptionCopyright © 2017–2019 Eclipse Foundation. All rights reserved.