|
|||||||||||
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
Handles a set of sync event listener objects.
Field Summary | |
protected static Trace |
trace
|
Constructor Summary | |
SyncEventRegistry()
|
Method Summary | |
abstract void |
addSyncEventListener(SyncEventListener l)
Adds the specified listener to receive sync event events from this bean. |
static SyncEventRegistry |
getInstance()
Gets the one and only instance of the SyncEventRegistry class |
abstract boolean |
isRegistered(SyncEventListener l)
Determines if the given SyncEventListener is alredy registered |
abstract void |
removeSyncEventListener(SyncEventListener l)
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 |
Field Detail |
protected static final Trace trace
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 |