Uses of Interface
com.palmergames.bukkit.towny.object.economy.AccountObserver
-
Uses of AccountObserver in com.palmergames.bukkit.towny.object.economy
Modifier and TypeClassDescriptionfinal class
A class which performs audits on ALL account transactions.class
Modifier and TypeMethodDescription@Unmodifiable List
<AccountObserver> Account.getObservers()
Gets the observers of this account.Modifier and TypeMethodDescriptionfinal void
Account.addObserver
(AccountObserver observer) Adds an account observer that listens to account changes.final void
Account.removeObserver
(AccountObserver observer) Removes an account observer that listens to account changes.