Interface AsyncDispatcher

All Known Implementing Classes:
DefaultAsyncDispatcher

public interface AsyncDispatcher
The AsyncDispatcher API.
Author:
Manfred Riem ([email protected])
  • Method Summary

    Modifier and Type Method Description
    void dispatch()
    Dispatch.
  • Method Details