kiyut.citra 2.5

kiyut.citra.registration
Class RegistrationManager

java.lang.Object
  extended by kiyut.citra.registration.RegistrationManager

public final class RegistrationManager
extends Object

Registration Manager

Author:
Kiyut

Method Summary
static RegistrationManager getInstance()
          Returns the single instance, creating one if it's the first time this method is called.
 boolean isRegistered()
           
 BufferedImage paintUnregisteredImage(BufferedImage image)
           
 boolean register(String name, String serialNo)
          Return true if registration success, otherwise false
 void showBetaNotice(Frame frame)
           
 void showReminder(Frame frame)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static RegistrationManager getInstance()
Returns the single instance, creating one if it's the first time this method is called.

Returns:
RegistrationManager The single instance.

isRegistered

public boolean isRegistered()

register

public boolean register(String name,
                        String serialNo)
Return true if registration success, otherwise false

Returns:
true if registration success, otherwise false

showReminder

public void showReminder(Frame frame)

showBetaNotice

public void showBetaNotice(Frame frame)

paintUnregisteredImage

public BufferedImage paintUnregisteredImage(BufferedImage image)

kiyut.citra 2.5