public interface AMClientDataListener
Modifier and Type | Method and Description |
---|---|
void |
clientChanged(String clientType,
int db,
int type)
Called when a client-type data gets changed.
|
void clientChanged(String clientType, int db, int type)
clientType
- The clientType that changed.db
- The database that contained the clientType
AMClientCapData.INTERNAL or AMClientCapData.EXTERNAL.type
- The type of the change - AMClientCapData.ADDED OR
AMClientCapData.REMOVED OR AMClientCapData.MODIFIEDCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.