Uses of Interface
com.tccc.kos.commons.util.ListenerCaller
Packages that use ListenerCaller
-
Uses of ListenerCaller in com.tccc.kos.commons.util
Methods in com.tccc.kos.commons.util with parameters of type ListenerCallerModifier and TypeMethodDescriptionvoidListenerList.fireEvent(ListenerCaller<T> caller) Fires an event to listeners of the specified class.<S extends T>
voidListenerList.fireEvent(Class<S> clazz, ListenerCaller<S> caller) Fires an event to listeners of the specified class.