org.zkoss.zkplus.acegi
Class ShowWindowEventListener

java.lang.Object
  extended by org.zkoss.zkplus.acegi.ShowWindowEventListener
All Implemented Interfaces:
org.zkoss.zk.ui.event.EventListener

public class ShowWindowEventListener
extends java.lang.Object
implements org.zkoss.zk.ui.event.EventListener

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.

Author:
Henri

Constructor Summary
ShowWindowEventListener()
           
 
Method Summary
 void onEvent(org.zkoss.zk.ui.event.Event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShowWindowEventListener

public ShowWindowEventListener()
Method Detail

onEvent

public void onEvent(org.zkoss.zk.ui.event.Event event)
Specified by:
onEvent in interface org.zkoss.zk.ui.event.EventListener


Copyright © 2005-2007 Potix Corporation. All Rights Reserved.