-
- All Superinterfaces:
java.util.EventListener
public interface UsmUserListener extends java.util.EventListener
TheUsmUserListener
interface is implemented by objects that need to be informed when a USM user is created, modified, or deleted.- Version:
- 1.0
- Author:
- Frank Fock
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
usmUserChange(UsmUserEvent event)
Indicates a USM user change.
-
-
-
Method Detail
-
usmUserChange
void usmUserChange(UsmUserEvent event)
Indicates a USM user change.- Parameters:
event
- anUsmUserEvent
.
-
-