Uses of Interface
com.palmergames.bukkit.towny.object.economy.AccountObserver
Packages that use AccountObserver
-
Uses of AccountObserver in com.palmergames.bukkit.towny.object.economy
Subinterfaces of AccountObserver in com.palmergames.bukkit.towny.object.economyClasses in com.palmergames.bukkit.towny.object.economy that implement AccountObserverModifier and TypeClassDescriptionfinal class
A class which performs audits on ALL account transactions.class
Methods in com.palmergames.bukkit.towny.object.economy that return types with arguments of type AccountObserverModifier and TypeMethodDescription@Unmodifiable List
<AccountObserver> Account.getObservers()
Gets the observers of this account.Methods in com.palmergames.bukkit.towny.object.economy with parameters of type AccountObserverModifier 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.