Class WarningEvent

  • All Implemented Interfaces:
    Event

    public class WarningEvent
    extends ErrorEvent
    Payload that accompanies the onWarning() callback.
    • Constructor Summary

      Constructors 
      Constructor Description
      WarningEvent​(java.lang.String message)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • WarningEvent

        public WarningEvent​(java.lang.String message)