com.hardcode.gdbms.engine.internalExceptions
Class InternalExceptionListenerSupport

java.lang.Object
  extended by com.hardcode.gdbms.engine.internalExceptions.InternalExceptionListenerSupport

public class InternalExceptionListenerSupport
extends java.lang.Object

DOCUMENT ME!

Author:
Fernando González Cortés

Constructor Summary
InternalExceptionListenerSupport()
           
 
Method Summary
 void addInternalExceptionListener(InternalExceptionListener listener)
          DOCUMENT ME!
 void callExceptionRaised(InternalExceptionEvent arg0)
          DOCUMENT ME!
 void removeInternalExceptionListener(InternalExceptionListener listener)
          DOCUMENT ME!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InternalExceptionListenerSupport

public InternalExceptionListenerSupport()
Method Detail

addInternalExceptionListener

public void addInternalExceptionListener(InternalExceptionListener listener)
DOCUMENT ME!

Parameters:
listener - DOCUMENT ME!

removeInternalExceptionListener

public void removeInternalExceptionListener(InternalExceptionListener listener)
DOCUMENT ME!

Parameters:
listener - DOCUMENT ME!

callExceptionRaised

public void callExceptionRaised(InternalExceptionEvent arg0)
DOCUMENT ME!

Parameters:
arg0 - DOCUMENT ME!


Copyright © 2005-2006 . All Rights Reserved.