com.google.gwt.tok.client.handler.ExceptionHandler.java Source code

Java tutorial

Introduction

Here is the source code for com.google.gwt.tok.client.handler.ExceptionHandler.java

Source

package com.google.gwt.tok.client.handler;

import com.google.gwt.event.shared.EventHandler;
import com.google.gwt.tok.client.event.ExceptionEvent;

public interface ExceptionHandler extends EventHandler {

    void onException(ExceptionEvent event);
}