Package com.isode.dsapi.profile
Interface BindProfileModifyWatcher.PostBindProfileModifyAction
- Enclosing interface:
- BindProfileModifyWatcher
public static interface BindProfileModifyWatcher.PostBindProfileModifyAction
Interface to provide a method for actions that would be done post
the user's selection of the action on noticing the bind profile modification
-
Method Summary
Modifier and TypeMethodDescriptionvoid
postBindProfileModifyAction
(boolean passwordChange, String newPassphrase) Action to be taken after the user has selected an action on noticing external modification of bind profile file
-
Method Details
-
postBindProfileModifyAction
Action to be taken after the user has selected an action on noticing external modification of bind profile file- Parameters:
passwordChange
- if the password has been changed externallynewPassphrase
- new passphrase with which the bind profile has been reloaded
-