Files
cdev-1.7.2n/extensions/cdevGenericServer/NameServer/java/rsvcEventHandler.java
2022-12-13 12:44:04 +01:00

35 lines
956 B
Java

//-----------------------------------------------------------------------------
// Copyright (c) 1994,1995 Southeastern Universities Research Association,
// Continuous Electron Beam Accelerator Facility
//
// This software was developed under a United States Government license
// described in the NOTICE file included as part of this distribution.
//
// Jefferson Lab HPC Group, 12000 Jefferson Ave., Newport News, VA 23606
//-----------------------------------------------------------------------------
//
// Description:
// RSVC Client Event Handler
//
// Author:
// Jie Chen
// Jefferson Lab HPC Group
//
// Revision History:
// $Log: rsvcEventHandler.java,v $
// Revision 1.1.1.1 2000/05/23 15:12:50 pal
// cdev_psi_1.7.2
//
// Revision 1.1 1999/10/18 17:12:42 chen
// *** empty log message ***
//
//
//
//
public interface rsvcEventHandler
{
public void handleEvent (rsvcEvent event);
}