org.apache.wicket
Class SessionListenerCollection

java.lang.Object
  extended by org.apache.wicket.util.listener.ListenerCollection<ISessionListener>
      extended by org.apache.wicket.SessionListenerCollection
All Implemented Interfaces:
Serializable, Iterable<ISessionListener>, ISessionListener

public class SessionListenerCollection
extends ListenerCollection<ISessionListener>
implements ISessionListener

ListenerCollection for ISessionListeners

Author:
igor
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.wicket.util.listener.ListenerCollection
ListenerCollection.INotifier<T>
 
Constructor Summary
SessionListenerCollection()
           
 
Method Summary
 void onCreated(Session session)
          Called when a new instance of session is created
 
Methods inherited from class org.apache.wicket.util.listener.ListenerCollection
add, isAllowingDuplicates, isAllowingNulls, iterator, notify, notifyIgnoringExceptions, remove, reversedNotify, reversedNotifyIgnoringExceptions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SessionListenerCollection

public SessionListenerCollection()
Method Detail

onCreated

public void onCreated(Session session)
Description copied from interface: ISessionListener
Called when a new instance of session is created

Specified by:
onCreated in interface ISessionListener


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