Class NetStatusPlugin

  • All Implemented Interfaces:
    Plugin

    public class NetStatusPlugin
    extends java.lang.Object
    implements Plugin
    • Constructor Detail

      • NetStatusPlugin

        public NetStatusPlugin()
    • Method Detail

      • initialize

        public void initialize​(PluginInterface _plugin_interface)
        Description copied from interface: Plugin
        This method is called when the Plugin is loaded by the client
        Specified by:
        initialize in interface Plugin
        Parameters:
        _plugin_interface - the interface that the plugin must use to communicate with the client
      • isDetailedLogging

        public boolean isDetailedLogging()
      • setBooleanParameter

        public void setBooleanParameter​(java.lang.String name,
                                        boolean value)
      • getBooleanParameter

        public boolean getBooleanParameter​(java.lang.String name,
                                           boolean def)
      • log

        public void log​(java.lang.String str)
      • log

        public void log​(java.lang.String str,
                        java.lang.Throwable e)