Interface TrcEvent.Callback

Enclosing class:
TrcEvent

public static interface TrcEvent.Callback
This interface is implemented by the caller so that it can be notified when the event is signaled.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    notify(Object context)
     
  • Method Details

    • notify

      void notify(Object context)