Package com.biglybt.core.util
Class ListenerManagerDispatcherWithException<T>
- java.lang.Object
-
- com.biglybt.core.util.ListenerManagerDispatcher<T>
-
- com.biglybt.core.util.ListenerManagerDispatcherWithException<T>
-
public abstract class ListenerManagerDispatcherWithException<T> extends ListenerManagerDispatcher<T>
-
-
Constructor Summary
Constructors Constructor Description ListenerManagerDispatcherWithException()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description void
dispatch(T listener, int type, java.lang.Object value)
abstract void
dispatchWithException(T listener, int type, java.lang.Object value)
-
-
-
Method Detail
-
dispatch
public void dispatch(T listener, int type, java.lang.Object value)
- Specified by:
dispatch
in classListenerManagerDispatcher<T>
-
dispatchWithException
public abstract void dispatchWithException(T listener, int type, java.lang.Object value) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-