org.webbitserver
Interface EventSourceHandler


public interface EventSourceHandler


Method Summary
 void onClose(EventSourceConnection connection)
           
 void onOpen(EventSourceConnection connection)
           
 

Method Detail

onOpen

void onOpen(EventSourceConnection connection)
            throws Exception
Throws:
Exception

onClose

void onClose(EventSourceConnection connection)
             throws Exception
Throws:
Exception


Copyright © 2013. All Rights Reserved.