org.mega.gasp.listener
Interface OnJoinEvent

All Superinterfaces:
OnEvent
All Known Subinterfaces:
ApplicationInstance
All Known Implementing Classes:
ApplicationInstance, ApplicationInstanceImpl, GASPServer

public interface OnJoinEvent
extends OnEvent

Listener to listen JoinEvents.

Author:
PELLERIN Romain (pellerin@cnam.fr) - MEGA Project

Method Summary
 void onJoinEvent(JoinEvent e)
           
 

Method Detail

onJoinEvent

public void onJoinEvent(JoinEvent e)