Package com.google.code.yanf4j.core
Interface SessionManager
-
public interface SessionManager
Session manager
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
registerSession(Session session)
Register session to controllervoid
unregisterSession(Session session)
Unregister session
-