public interface SMSObjectListener extends EventListener
Modifier and Type | Field and Description |
---|---|
static int |
ADD |
static int |
DELETE |
static int |
MODIFY |
Modifier and Type | Method and Description |
---|---|
void |
allObjectsChanged()
This callback notifies the listener that all object should be marked as
"changed" or "dirty".
|
void |
objectChanged(String name,
int type)
This callback method is called by the EventService when the Directory
Server triggers a PersistentSearch notification
|
static final int ADD
static final int DELETE
static final int MODIFY
void objectChanged(String name, int type)
void allObjectsChanged()
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.