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