/* * myLib - https://github.com/taktod/myLib * Copyright (c) 2014 ttProject. All rights reserved. * * Licensed under The MIT license. */ package com.ttProject.transcode; public interface IExceptionListener { /** * 例倖捕捉 * @param e */ public void exceptionCaught(Exception e); }