Uses of Interface
org.refcodes.observer.SubscribeEvent
-
Uses of SubscribeEvent in org.refcodes.observer
Classes in org.refcodes.observer that implement SubscribeEventModifier and TypeClassDescriptionclassSubscribeEventImpl<O extends Observable<?>>The Class SubscribeEventImpl.Methods in org.refcodes.observer with parameters of type SubscribeEventModifier and TypeMethodDescriptionvoidObservableObserver.onSubscribe(SubscribeEvent<O> aSubscribeEvent) This method is called when information about an Observable which was previously requested using an asynchronous interface becomes available.