Class AppCallback

  • All Implemented Interfaces:
    Callback

    public class AppCallback
    extends java.lang.Object
    implements Callback
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void beforeNotify​(Report report)
      Perform changes to the report before delivery.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • beforeNotify

        public void beforeNotify​(Report report)
        Description copied from interface: Callback
        Perform changes to the report before delivery.
        Specified by:
        beforeNotify in interface Callback
        Parameters:
        report - the report to perform changes on.