package org.opendaylight.controller.sal.binding.spi; public interface DelegateProxy { void setDelegate(T delegate); T getDelegate(); }