in the wizard interface add the posibility to obtain an image to show on the left in the wizard page

cusax-fix
Yana Stamcheva 19 years ago
parent 7f16988b92
commit 65ee24213a

@ -37,6 +37,12 @@ public interface AccountRegistrationWizard {
*/
public byte[] getIcon();
/**
* Returns the image that will be shown on the left of the wizard pages.
* @return the image that will be shown on the left of the wizard pages
*/
public byte[] getPageImage();
/**
* Returns the protocol name that will be shown in the list, where user
* will choose the protocol to register to.

Loading…
Cancel
Save