Class AccountPlugin
- java.lang.Object
-
- net.runelite.client.plugins.Plugin
-
- net.runelite.client.plugins.account.AccountPlugin
-
- All Implemented Interfaces:
com.google.inject.Module
@PluginDescriptor(name="Account", description="Sync RuneLite config settings with your Google account", tags={"external","google","integration"}, loadWhenOutdated=true) public class AccountPlugin extends Plugin
-
-
Constructor Summary
Constructors Constructor Description AccountPlugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
onSessionClose(SessionClose e)
void
onSessionOpen(SessionOpen sessionOpen)
protected void
shutDown()
protected void
startUp()
-
Methods inherited from class net.runelite.client.plugins.Plugin
configure, equals, getInjector, getName, hashCode, resetConfiguration
-
-
-
-
Method Detail
-
startUp
protected void startUp() throws Exception
-
shutDown
protected void shutDown() throws Exception
-
onSessionClose
@Subscribe public void onSessionClose(SessionClose e)
-
onSessionOpen
@Subscribe public void onSessionOpen(SessionOpen sessionOpen)
-
-