Zpětná vazba při výjimce.
More...
Zpětná vazba při výjimce.
Definition at line 62 of file AppMainActivity.java.
void mhr.appcore.interfaces.PDExceptionFeedback.feedback |
( |
Exception |
e | ) |
|
|
inherited |
void mhr.app.AppMainActivity.ExceptionFeedback.feedback |
( |
final Exception |
e | ) |
|
|
inline |
Definition at line 65 of file AppMainActivity.java.
{
AppMainActivity.this.runOnUiThread(new Runnable() {
@Override
public void run() {
AppMainActivity.this.onExceptionFeedback(e);
}
});
}
The documentation for this class was generated from the following file: