Statistics
| Revision:

svn-gvsig-desktop / tags / v1_1_Build_1013 / libraries / libGDBMS / src / main / java / com / hardcode / gdbms / engine / internalExceptions / InternalExceptionListener.java @ 13521

History | View | Annotate | Download (206 Bytes)

1 3199 fjp
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
}