home *** CD-ROM | disk | FTP | other *** search
/ Symantec Visual Cafe for Java 2.5 / symantec-visual-cafe-2.5-database-dev-edition.iso / VCafe / 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. }