package org.opendaylight.controller.sal.binding.api; public interface NotificationListener { void onNotification(T notification); }