Package com.vaadin.event
Interface ContextClickEvent.ContextClickListener
-
- All Superinterfaces:
Serializable
- Enclosing class:
- ContextClickEvent
public static interface ContextClickEvent.ContextClickListener extends Serializable
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
-
-