Package org.jboss.hal.core.finder
Class FinderContextEvent
- java.lang.Object
-
- com.google.web.bindery.event.shared.Event<H>
-
- com.google.gwt.event.shared.GwtEvent<FinderContextEvent.FinderContextHandler>
-
- org.jboss.hal.core.finder.FinderContextEvent
-
public class FinderContextEvent extends com.google.gwt.event.shared.GwtEvent<FinderContextEvent.FinderContextHandler>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceFinderContextEvent.FinderContextHandler-
Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent
com.google.gwt.event.shared.GwtEvent.Type<H extends Object>
-
-
Constructor Summary
Constructors Constructor Description FinderContextEvent(FinderContext finderContext)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gwt.event.shared.GwtEvent.Type<FinderContextEvent.FinderContextHandler>getAssociatedType()FinderContextgetFinderContext()static com.google.gwt.event.shared.GwtEvent.Type<FinderContextEvent.FinderContextHandler>getType()
-
-
-
Constructor Detail
-
FinderContextEvent
public FinderContextEvent(FinderContext finderContext)
-
-
Method Detail
-
getType
public static com.google.gwt.event.shared.GwtEvent.Type<FinderContextEvent.FinderContextHandler> getType()
-
getFinderContext
public FinderContext getFinderContext()
-
getAssociatedType
public com.google.gwt.event.shared.GwtEvent.Type<FinderContextEvent.FinderContextHandler> getAssociatedType()
- Specified by:
getAssociatedTypein classcom.google.gwt.event.shared.GwtEvent<FinderContextEvent.FinderContextHandler>
-
-