Uses of Interface
org.pentaho.mantle.client.admin.ServiceCallback
-
Packages that use ServiceCallback Package Description org.pentaho.mantle.client.admin org.pentaho.mantle.client.ui.xul -
-
Uses of ServiceCallback in org.pentaho.mantle.client.admin
Classes in org.pentaho.mantle.client.admin that implement ServiceCallback Modifier and Type Class Description classChangePasswordByUserDialogclassChangePasswordDialogMethods in org.pentaho.mantle.client.admin with parameters of type ServiceCallback Modifier and Type Method Description voidUpdatePasswordController. updatePassword(String newPassword, String administratorPassword, ServiceCallback callback)voidUserRolesAdminPanelController. updatePassword(String newPassword, String administratorPassword, ServiceCallback callback) -
Uses of ServiceCallback in org.pentaho.mantle.client.ui.xul
Methods in org.pentaho.mantle.client.ui.xul with parameters of type ServiceCallback Modifier and Type Method Description voidMantleController. updatePassword(String user, String newPassword, String oldPassword, ServiceCallback callback)
-