Uses of Interface
com.restfb.webhook.WebhookChangeListener
-
Packages that use WebhookChangeListener Package Description com.restfb.webhook -
-
Uses of WebhookChangeListener in com.restfb.webhook
Classes in com.restfb.webhook that implement WebhookChangeListener Modifier and Type Class Description class
AbstractWebhookChangeListener
abstract class as base for custom webhook change 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 WebhookChangeListener Modifier and Type Method Description void
Webhook. registerListener(WebhookChangeListener listener)
registers a listener that handles the change values of an incoming webhook request
-