
public interface LoadHandler<C,M>
LoadEvent events.| Modifier and Type | Interface and Description |
|---|---|
static interface |
LoadHandler.HasLoadHandlers<M,C>
A loader that implements this interface is a public source of
LoadEvent events. |
| Modifier and Type | Method and Description |
|---|---|
void |
onLoad(LoadEvent<C,M> event)
Called after a load operation.
|
Copyright © 2018. All rights reserved.