Interface EventDispatcher.Dispatcher

Enclosing class:
EventDispatcher

public static interface EventDispatcher.Dispatcher
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    dispatch(Object listener, Object event)
     
  • Method Details