Package com.saperion.ngc.events
Class QueryFavoriteEvent
- java.lang.Object
-
- org.zkoss.zk.ui.event.Event
-
- com.saperion.ngc.events.navigation.NavigationTabEvent
-
- com.saperion.ngc.events.QueryFavoriteEvent
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryFavoriteEvent extends NavigationTabEvent
AddToFavoritesEvent event class. This event is triggered to inform other components that on the navigation tree a favorite query was clicked.- Author:
- mak
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueryFavoriteEvent(org.zkoss.zk.ui.Component target, java.lang.Object data)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.saperion.ngc.favorites.xml.Favorites
getFavorites()
-
Methods inherited from class com.saperion.ngc.events.navigation.NavigationTabEvent
isClose, setClose
-
-