Uses of Interface
com.toremote.gateway.connection.UserListInterface

Packages that use UserListInterface
com.toremote.gateway.connection   
com.toremote.gateway.plugin   
 

Uses of UserListInterface in com.toremote.gateway.connection
 

Classes in com.toremote.gateway.connection that implement UserListInterface
 class AbstractUserList
           
 

Methods in com.toremote.gateway.connection that return UserListInterface
static UserListInterface UserDataManager.getUserList()
           
 

Methods in com.toremote.gateway.connection with parameters of type UserListInterface
 void UserListInterface.update(UserListInterface ul)
          update your user list with a new one.
 

Uses of UserListInterface in com.toremote.gateway.plugin
 

Methods in com.toremote.gateway.plugin that return UserListInterface
 UserListInterface ManagerInterface.getUsersPlugin()