Statistics
| Revision:

svn-gvsig-desktop / trunk / libraries / libGDBMS / src / com / hardcode / gdbms / engine / internalExceptions / InternalExceptionListener.java @ 1956

History | View | Annotate | Download (206 Bytes)

1
package com.hardcode.gdbms.engine.internalExceptions;
2

    
3
/**
4
 * @author Fernando Gonz?lez Cort?s
5
 */
6
public interface InternalExceptionListener {
7
        public void exceptionRaised(InternalExceptionEvent event);
8
}