|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.web.bindery.event.shared.Event<H>
com.google.gwt.event.shared.GwtEvent<H>
com.sencha.gxt.data.shared.event.StoreEvent<M,H>
M - the model typeH - the event handler typepublic abstract class StoreEvent<M,H extends EventHandler>
Abstract supertype for events that come from a store, making it clear that the source of the event is a Store.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
GwtEvent.Type<H> |
| Constructor Summary | |
|---|---|
StoreEvent()
|
|
| Method Summary | |
|---|---|
Store<M> |
getSource()
|
| Methods inherited from class com.google.gwt.event.shared.GwtEvent |
|---|
getAssociatedType |
| Methods inherited from class com.google.web.bindery.event.shared.Event |
|---|
toDebugString, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StoreEvent()
| Method Detail |
|---|
public Store<M> getSource()
getSource in class GwtEvent<H extends EventHandler>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||