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 classA class which performs audits on ALL account transactions.classMethods 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 voidAccount.addObserver(AccountObserver observer) Adds an account observer that listens to account changes.final voidAccount.removeObserver(AccountObserver observer) Removes an account observer that listens to account changes.