net.sf.josceleton.connection.impl
Class ConnectionAdapter

java.lang.Object
  extended by net.sf.josceleton.connection.impl.ConnectionAdapter
All Implemented Interfaces:
ConnectionListener, Listener

public abstract class ConnectionAdapter
extends Object
implements ConnectionListener

Utility method, to not have to implement all interface methods declared by ConnectListener. Simply implement (override) only the methods you are really interested in.

Since:
0.4

Constructor Summary
ConnectionAdapter()
           
 
Method Summary
 void onJointMessage(JointMessage message)
           from ConnectionListener
 void onUserMessage(UserMessage message)
           from ConnectionListener
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionAdapter

public ConnectionAdapter()
Method Detail

onJointMessage

public void onJointMessage(JointMessage message)
from ConnectionListener

Specified by:
onJointMessage in interface ConnectionListener

onUserMessage

public void onUserMessage(UserMessage message)
from ConnectionListener

Specified by:
onUserMessage in interface ConnectionListener


Copyright © 2011 Josceleton. All Rights Reserved.