Uses of Interface
com.restfb.webhook.WebhookMessagingListener
-
Packages that use WebhookMessagingListener Package Description com.restfb.webhook -
-
Uses of WebhookMessagingListener in com.restfb.webhook
Classes in com.restfb.webhook that implement WebhookMessagingListener Modifier and Type Class Description class
AbstractWebhookMessagingListener
abstract class as base for custom webhook messaging listener, with this abstract class it is possible to implement only a subset of the need methods and ignore the other ones.Methods in com.restfb.webhook with parameters of type WebhookMessagingListener Modifier and Type Method Description void
Webhook. registerListener(WebhookMessagingListener listener)
registers an listener that handles the messaging Items of an incoming webhook request
-