Class ReflectiveSessionFactory

java.lang.Object
com.sk89q.commandbook.component.session.ReflectiveSessionFactory
All Implemented Interfaces:
SessionFactory<PersistentSession>

public class ReflectiveSessionFactory
extends java.lang.Object
implements SessionFactory<PersistentSession>
  • Constructor Summary

    Constructors 
    Constructor Description
    ReflectiveSessionFactory​(java.lang.Class<? extends PersistentSession> type)  
  • Method Summary

    Modifier and Type Method Description
    PersistentSession createSession​(org.bukkit.command.CommandSender user)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait