Package de.grogra.pm

Interface GenericCallback<T>


public interface GenericCallback<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(T t)
     
  • Method Details

    • notify

      void notify(T t)