|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.zkoss.zkplus.acegi.ShowWindowEventListener<T>
public class ShowWindowEventListener<T extends Event>
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
| Constructor Summary | |
|---|---|
ShowWindowEventListener()
|
|
| Method Summary | |
|---|---|
void |
onEvent(T event)
Notifies this listener that an event occurs. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShowWindowEventListener()
| Method Detail |
|---|
public void onEvent(T event)
EventListenerComponent.addEventListener(int, java.lang.String, org.zkoss.zk.ui.event.EventListener extends org.zkoss.zk.ui.event.Event>) or
Page.addEventListener(java.lang.String, org.zkoss.zk.ui.event.EventListener extends org.zkoss.zk.ui.event.Event>).
If you want to forward the event to other component,
use Events.sendEvent(org.zkoss.zk.ui.Component, org.zkoss.zk.ui.event.Event).
onEvent in interface EventListener<T extends Event>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||