
M - the model typepublic final class StoreDataChangeEvent<M> extends StoreEvent<M,StoreDataChangeEvent.StoreDataChangeHandler<M>>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StoreDataChangeEvent.HasStoreDataChangeHandlers<M>
A class that implements this interface is a public source of
StoreDataChangeEvent. |
static interface |
StoreDataChangeEvent.StoreDataChangeHandler<M>
Handler interface for
StoreDataChangeEvent. |
GwtEvent.Type<H>| Constructor and Description |
|---|
StoreDataChangeEvent()
Creates a new store data change event.
|
StoreDataChangeEvent(M parent)
Creates a new store data change event.
|
| Modifier and Type | Method and Description |
|---|---|
GwtEvent.Type<StoreDataChangeEvent.StoreDataChangeHandler<M>> |
getAssociatedType() |
M |
getParent()
Returns the parent model who's children were just loaded.
|
static GwtEvent.Type<StoreDataChangeEvent.StoreDataChangeHandler<?>> |
getType()
Gets the type associated with this event.
|
getSourcetoDebugString, toStringpublic StoreDataChangeEvent()
public StoreDataChangeEvent(M parent)
parent - the parent of the changed datapublic static GwtEvent.Type<StoreDataChangeEvent.StoreDataChangeHandler<?>> getType()
public GwtEvent.Type<StoreDataChangeEvent.StoreDataChangeHandler<M>> getAssociatedType()
getAssociatedType in class GwtEvent<StoreDataChangeEvent.StoreDataChangeHandler<M>>public M getParent()
Copyright © 2015. All rights reserved.