net.sf.josceleton.connection.api
Interface ConnectionListener

All Superinterfaces:
Listener
All Known Implementing Classes:
ConnectionAdapter

public interface ConnectionListener
extends Listener

Since:
0.1

Method Summary
 void onJointMessage(JointMessage message)
           
 void onUserMessage(UserMessage message)
           
 

Method Detail

onJointMessage

void onJointMessage(JointMessage message)

onUserMessage

void onUserMessage(UserMessage message)


Copyright © 2011 Josceleton. All Rights Reserved.