org.zkoss.zkplus.acegi
Class ShowWindowEventListener<T extends org.zkoss.zk.ui.event.Event>

java.lang.Object
  extended by org.zkoss.zkplus.acegi.ShowWindowEventListener<T>
All Implemented Interfaces:
Serializable, org.zkoss.zk.ui.event.EventListener<T>, org.zkoss.zk.ui.event.SerializableEventListener<T>

Deprecated. As of release 7.0.0

public class ShowWindowEventListener<T extends org.zkoss.zk.ui.event.Event>
extends Object
implements org.zkoss.zk.ui.event.SerializableEventListener<T>

The default listener to show a modal window for login and other things.

The event data is the url page and it expects:

This implementation would automatically remove the added eventlistener from the target component.

Applicable to Acegi Security version 1.0.3

Author:
Henri
See Also:
Serialized Form

Constructor Summary
ShowWindowEventListener()
          Deprecated.  
 
Method Summary
 void onEvent(T event)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowWindowEventListener

public ShowWindowEventListener()
Deprecated. 
Method Detail

onEvent

public void onEvent(T event)
Deprecated. 
Specified by:
onEvent in interface org.zkoss.zk.ui.event.EventListener<T extends org.zkoss.zk.ui.event.Event>


Copyright © 2014. All rights reserved.