home *** CD-ROM | disk | FTP | other *** search
Java Source | 1998-03-18 | 269 b | 14 lines |
- /*
- * @(#ExceptionEventListener.java
- *
- * Copyright (c) 1997 Symantec Corporation. All Rights Reserved.
- *
- */
-
- package symantec.itools.db.beans.binding;
-
-
- public interface ExceptionEventListener
- {
- public void handleExceptionEvent(ExceptionEvent e);
- }