Uses of Interface
org.refcodes.observer.UnsubscribeEvent
-
-
Uses of UnsubscribeEvent in org.refcodes.observer
Classes in org.refcodes.observer that implement UnsubscribeEvent Modifier and Type Class Description classUnsubscribeEventImpl<O extends Observable<?>>The Class UnsubscribeEventImpl.Methods in org.refcodes.observer with parameters of type UnsubscribeEvent Modifier and Type Method Description voidObservableObserver. onUnsubscribe(UnsubscribeEvent<O> aUnsubscribeEvent)This method is called when information about an Observable which was previously requested using an asynchronous interface becomes available.
-