Class DisconnectedEventArgs


  • public class DisconnectedEventArgs
    extends EventArgs
    Since:
    2018-02-20
    • Field Summary

      • Fields inherited from class in.dragonbra.javasteam.util.event.EventArgs

        EMPTY
    • Constructor Summary

      Constructors 
      Constructor Description
      DisconnectedEventArgs​(boolean userInitiated)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isUserInitiated()  
      • Methods inherited from class java.lang.Object

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

      • DisconnectedEventArgs

        public DisconnectedEventArgs​(boolean userInitiated)
    • Method Detail

      • isUserInitiated

        public boolean isUserInitiated()