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 class
ChangePasswordByUserDialog
class
ChangePasswordDialog
Methods in org.pentaho.mantle.client.admin with parameters of type ServiceCallback Modifier and Type Method Description void
UpdatePasswordController. updatePassword(String newPassword, String administratorPassword, ServiceCallback callback)
void
UserRolesAdminPanelController. 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 void
MantleController. updatePassword(String user, String newPassword, String oldPassword, ServiceCallback callback)
-