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