org.apache.pivot.wtk
Interface Application.UncaughtExceptionHandler

Enclosing interface:
Application

public static interface Application.UncaughtExceptionHandler

Optional interface that allows an application to handle uncaught exceptions thrown during a user input event.


Method Summary
 void uncaughtExceptionThrown(Exception exception)
           
 

Method Detail

uncaughtExceptionThrown

void uncaughtExceptionThrown(Exception exception)