Uses of Class
org.zkoss.zuti.zul.event.NavigationEvent
-
Packages that use NavigationEvent Package Description org.zkoss.zuti.zul -
-
Uses of NavigationEvent in org.zkoss.zuti.zul
Method parameters in org.zkoss.zuti.zul with type arguments of type NavigationEvent Modifier and Type Method Description void
NavigationModel. addEventListener(EventListener<NavigationEvent<T>> listener)
Adds a listener to the list that's notified each time a change to the model occurs.void
NavigationModel. removeEventListener(EventListener<NavigationEvent<T>> listener)
Removes a listener from the list that's notified each time a change to the model occurs.
-