ExceptionListener.java :  » Game » easy-game-client » org » easy » util » ex » Java Open Source

Java Open Source » Game » easy game client 
easy game client » org » easy » util » ex » ExceptionListener.java
     package org.easy.util.ex;

     /*********************************************************************
     *
     * A listener of Exception events.
     *
     * @author
     *   <a href="http://www.CroftSoft.com/">David Wallace Croft</a>
     * @version
     *   1998-12-05
     *********************************************************************/

     public interface  ExceptionListener
     //////////////////////////////////////////////////////////////////////
     //////////////////////////////////////////////////////////////////////
     {

     public void  threwException ( Object  o, Exception  ex );

     //////////////////////////////////////////////////////////////////////
     //////////////////////////////////////////////////////////////////////
     }
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.