Interface AttachmentClickListener
- All Superinterfaces:
Serializable
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Listener for attachment click events.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic classEvent fired when an attachment in the message list is clicked. -
Method Summary
Modifier and TypeMethodDescriptionvoidCalled when an attachment in the message list is clicked.
-
Method Details
-
onAttachmentClick
Called when an attachment in the message list is clicked.- Parameters:
event- the attachment click event
-