org.atmosphere.samples.pubsub
Class EventsLogger
java.lang.Object
org.atmosphere.samples.pubsub.EventsLogger
- All Implemented Interfaces:
- AtmosphereResourceEventListener
public class EventsLogger
- extends Object
- implements AtmosphereResourceEventListener
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventsLogger
public EventsLogger()
onSuspend
public void onSuspend(AtmosphereResourceEvent<HttpServletRequest,HttpServletResponse> event)
- Specified by:
onSuspend in interface AtmosphereResourceEventListener
onResume
public void onResume(AtmosphereResourceEvent<HttpServletRequest,HttpServletResponse> event)
- Specified by:
onResume in interface AtmosphereResourceEventListener
onDisconnect
public void onDisconnect(AtmosphereResourceEvent<HttpServletRequest,HttpServletResponse> event)
- Specified by:
onDisconnect in interface AtmosphereResourceEventListener
onBroadcast
public void onBroadcast(AtmosphereResourceEvent<HttpServletRequest,HttpServletResponse> event)
- Specified by:
onBroadcast in interface AtmosphereResourceEventListener
Copyright © 2010. All Rights Reserved.