Uses of Class
org.gimec.msnj.User

Uses of User in org.gimec.msnj
 

Methods in org.gimec.msnj with parameters of type User
 void ConnectionListener.messageReceived(User fromUser, MimeMessage message)
          A message has been received.
 void ConnectionListener.stateChange(User user)
          Another user's state has changed.
 void ConnectionListener.authorizeUser(User user)
          A user has added the current user to his/her forward list and needs to be put in either the allow list or the block list.
 void ConnectionAdapter.messageReceived(User fromUser, MimeMessage message)
          A message has been received.
 void ConnectionAdapter.stateChange(User user)
          Another user's state has changed.
 void ConnectionAdapter.authorizeUser(User user)
          A user has added the current user to his/her forward list and needs to be put in either the allow list or the block list.