home *** CD-ROM | disk | FTP | other *** search
/ Datatid 1998 #7 & #8 / Datatid-1998-07&08.iso / internet / visual / prosrc.bin / ExceptionEventListener.java < prev    next >
Encoding:
Java Source  |  1998-03-18  |  269 b   |  14 lines

  1. /*
  2.  * @(#ExceptionEventListener.java
  3.  *
  4.  * Copyright (c) 1997 Symantec Corporation. All Rights Reserved.
  5.  *
  6.  */
  7.  
  8. package symantec.itools.db.beans.binding;
  9.  
  10.  
  11. public interface ExceptionEventListener
  12. {
  13.     public void handleExceptionEvent(ExceptionEvent e);
  14. }