edu.emory.mathcs.h2o.event
Interface NewSessionListener

All Superinterfaces:
java.util.EventListener

public interface NewSessionListener
extends java.util.EventListener

Listener to the session open events.


Method Summary
 void newSession(NewSessionEvent evt)
           
 

Method Detail

newSession

public void newSession(NewSessionEvent evt)