fr.xephi.authme.process.register
Class AsyncronousRegister

java.lang.Object
  extended by fr.xephi.authme.process.register.AsyncronousRegister

public class AsyncronousRegister
extends java.lang.Object


Constructor Summary
AsyncronousRegister(org.bukkit.entity.Player player, java.lang.String password, java.lang.String email, AuthMe plugin, DataSource data)
           
 
Method Summary
 void process()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AsyncronousRegister

public AsyncronousRegister(org.bukkit.entity.Player player,
                           java.lang.String password,
                           java.lang.String email,
                           AuthMe plugin,
                           DataSource data)
Method Detail

process

public void process()