1    package com.mjh.switchrmi.transport.test;
2    
3    public interface IQuit
4    {
5        public void quit();
6    }