Package com.github.javinator9889.threading.threads.notifyingthread
-
Interface Summary Interface Description OnThreadCompletedListener Interface that classes that want to get notified byNotifyingThreadmust implement. -
Class Summary Class Description NotifyingThread NotifyingThreadprovides an specialised class on threading that adds more options to the current available threading models: Notifying: sometimes we want to get notified when aThreadcompletes its execution, but the most we can do is just wait until its completion for going to the next step in our execution.