Package com.vaadin.event
Interface ContextClickEvent.ContextClickListener
-
- All Superinterfaces:
EventListener,Serializable,SerializableEventListener
- Enclosing class:
- ContextClickEvent
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public static interface ContextClickEvent.ContextClickListener extends SerializableEventListener
Listener forContextClickEvents.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontextClick(ContextClickEvent event)Called when the context click happens.
-
-
-
Method Detail
-
contextClick
void contextClick(ContextClickEvent event)
Called when the context click happens.- Parameters:
event- the context click event
-
-