Uses of Class
org.lucci.madhoc.messaging.Message

Packages that use Message
org.lucci.madhoc.messaging   
org.lucci.madhoc.network   
 

Uses of Message in org.lucci.madhoc.messaging
 

Methods in org.lucci.madhoc.messaging that return Message
 Message Packet.getMessage()
           
 

Methods in org.lucci.madhoc.messaging with parameters of type Message
 void Packet.setMessage(Message message)
           
 

Uses of Message in org.lucci.madhoc.network
 

Methods in org.lucci.madhoc.network that return types with arguments of type Message
 java.util.Collection<Message> Application.getIncomingMessages()