T - Item typeP - Item property typeE - Drag'n'drop event type@FunctionalInterface public interface ItemListingDnDListener<T,P,E extends ItemListingDnDEvent<T,P>> extends EventListener, Serializable
ItemListing drag'n'drop event listener.| Modifier and Type | Method and Description |
|---|---|
void |
onDndEvent(E event)
Invoked when a drag'n'drop event has been fired.
|
void onDndEvent(E event)
event - The drag'n'drop eventCopyright © 2020 The Holon Platform. All rights reserved.