org.apache.wicket.event
Interface IEventSink

All Known Implementing Classes:
AbstractCheckSelector, AbstractChoice, AbstractErrorPage, AbstractItem, AbstractLink, AbstractOutputTransformerContainer, AbstractPageableView, AbstractRepeater, AbstractSingleSelectChoice, AbstractSubmitLink, AbstractTextComponent, AbstractTree, AccessDeniedPage, AjaxButton, AjaxCheckBox, AjaxFallbackButton, AjaxFallbackLink, AjaxLink, AjaxPagingNavigation, AjaxPagingNavigationIncrementLink, AjaxPagingNavigationLink, AjaxPagingNavigator, AjaxSubmitLink, Application, AutoLabelResolver.AutoLabel, AutoLinkResolver.AutolinkBookmarkablePageLink, BaseTree, BaseWicketTester.StartComponentInPage, Body, BookmarkablePageLink, Border, Border.BorderBodyContainer, BorderPanel, BoxBorder, BrowserInfoForm, BrowserInfoPage, Button, Check, CheckBox, CheckBoxMultipleChoice, CheckboxMultipleChoiceSelector, CheckBoxSelector, CheckGroup, CheckGroupSelector, ClientSideImageMap, Component, ComponentFeedbackPanel, ContextImage, DataView, DataViewBase, DownloadLink, DropDownChoice, DummyHomePage, DummyHomePage.TestLink, DummyPanelPage, EmailTextField, EmptyPanel, Enclosure, EnclosureContainer, EnumLabel, ExceptionErrorPage, ExternalLink, FeedbackPanel, FileUploadField, Form, FormComponent, FormComponentFeedbackBorder, FormComponentFeedbackIndicator, FormComponentLabel, FormComponentPanel, Fragment, GenericPanel, GenericWebPage, GridView, HeaderPartContainer, HeaderResponseFilteredResponseContainer, HiddenField, HtmlHeaderContainer, Image, ImageButton, Include, InlineEnclosure, InlineFrame, InternalErrorPage, Item, Label, LabeledWebMarkupContainer, LabelIconPanel, LabelTree, Link, LinkIconPanel, LinkTree, ListChoice, ListItem, ListMultipleChoice, ListView, Loop, LoopItem, MarkupContainer, MockApplication, MockHomePage, MultiFileUploadField, MultiLineLabel, NonCachingImage, NoopOutputTransformerContainer, NumberTextField, OddEvenItem, OddEvenListItem, Page, PageableListView, PageExpiredErrorPage, PageView, PagingNavigation, PagingNavigationIncrementLink, PagingNavigationLink, PagingNavigator, Panel, PasswordTextField, PopupCloseLink, PopupCloseLink.ClosePopupPage, PropertyListView, Radio, RadioChoice, RadioGroup, RangeTextField, RedirectPage, RefreshingView, RepeatingView, RequestCycle, RequiredTextField, ResourceLink, Session, SimpleFormComponentLabel, StatelessForm, StatelessLink, SubmitLink, TextArea, TextField, TransparentWebMarkupContainer, UrlTextField, WebApplication, WebComponent, WebMarkupContainer, WebPage, WebSession, XsltOutputTransformerContainer

public interface IEventSink

Objects that can receive events

Author:
Igor Vaynberg (ivaynberg)

Method Summary
 void onEvent(IEvent<?> event)
          Called when an event is sent to this sink
 

Method Detail

onEvent

void onEvent(IEvent<?> event)
Called when an event is sent to this sink

Parameters:
event -


Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.