Class AbstractWebhookMessagingListener

java.lang.Object
com.restfb.webhook.AbstractWebhookMessagingListener
All Implemented Interfaces:
WebhookMessagingListener

public abstract class AbstractWebhookMessagingListener extends Object implements WebhookMessagingListener
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.