/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.eas.opc.da.dcom; /** * * @author pk */ public interface OPCShutdownListener { public void shutdownRequested(String reason); }