me.mjolnir.mineconomy.internal
Class Accounting

java.lang.Object
  extended by me.mjolnir.mineconomy.internal.AccountingBase
      extended by me.mjolnir.mineconomy.internal.Accounting

public final class Accounting
extends AccountingBase

Handles accounting actions.

Author:
MjolnirCommando

Field Summary
 
Fields inherited from class me.mjolnir.mineconomy.internal.AccountingBase
hashaccount, treeaccount
 
Method Summary
 void load()
          Loads accounts file
 void reload()
          Reloads accounts file
 void save()
          Saves bank file
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public void load()
Loads accounts file

Specified by:
load in class AccountingBase

reload

public void reload()
Reloads accounts file

Specified by:
reload in class AccountingBase

save

public void save()
Saves bank file

Specified by:
save in class AccountingBase