org.glassfish.jersey.media.sse
Interface EventListener

All Known Implementing Classes:
EventSource

public interface EventListener

InboundEvent listener.

Author:
Pavel Bucek (pavel.bucek at oracle.com)

Method Summary
 void onEvent(InboundEvent inboundEvent)
          Called when InboundEvent is received.
 

Method Detail

onEvent

void onEvent(InboundEvent inboundEvent)
Called when InboundEvent is received.

Parameters:
inboundEvent - received inboundEvent.


Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.