|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sap.ip.me.api.sync.SyncEventRegistry
public abstract class SyncEventRegistry
Handles a set of sync event listener objects.
| Constructor Summary | |
|---|---|
SyncEventRegistry()
Deprecated. |
|
| Method Summary | |
|---|---|
abstract void |
addSyncEventListener(SyncEventListener l)
Deprecated. Adds the specified listener to receive sync event events from this bean. |
static SyncEventRegistry |
getInstance()
Deprecated. Gets the one and only instance of the SyncEventRegistry class |
abstract boolean |
isRegistered(SyncEventListener l)
Deprecated. Determines if the given SyncEventListener is alredy registered |
abstract void |
removeSyncEventListener(SyncEventListener l)
Deprecated. Removes the specified listener so that it no longer receives sync event events from this bean. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SyncEventRegistry()
| Method Detail |
|---|
public static SyncEventRegistry getInstance()
public abstract boolean isRegistered(SyncEventListener l)
l - the SyncEventListener to be checked.
#SyncEventListener,
addSyncEventListener(com.sap.ip.me.api.sync.SyncEventListener),
removeSyncEventListener(com.sap.ip.me.api.sync.SyncEventListener)public abstract void addSyncEventListener(SyncEventListener l)
l - the SyncEventListener to be added.
java.lang.IllegalArgumentException - The specified listener is null.SyncEvent,
SyncEventListener,
removeSyncEventListener(com.sap.ip.me.api.sync.SyncEventListener)public abstract void removeSyncEventListener(SyncEventListener l)
l - the SyncEventListener to be removed.SyncEvent,
SyncEventListener,
addSyncEventListener(com.sap.ip.me.api.sync.SyncEventListener)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||