org.apache.wicket
Interface ISessionListener

All Known Implementing Classes:
SessionListenerCollection

public interface ISessionListener

Session listener

Author:
igor

Method Summary
 void onCreated(Session session)
          Called when a new instance of session is created
 

Method Detail

onCreated

void onCreated(Session session)
Called when a new instance of session is created

Parameters:
session -


Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.