Class LogoutTimerPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.logouttimer.LogoutTimerPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Logout Timer", description="Extends the default 5 minute logout timer", enabledByDefault=false) public class LogoutTimerPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description LogoutTimerPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onConfigChanged(ConfigChanged configChanged)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
onConfigChanged
@Subscribe public void onConfigChanged(ConfigChanged configChanged)
-
-