Package mgui.util

Class IDFactory

java.lang.Object
mgui.util.IDFactory

public class IDFactory
extends java.lang.Object
Static factory that produces unique ID numbers (long)
Author:
AndrewR
  • Constructor Summary

    Constructors
    Constructor Description
    IDFactory()  
  • Method Summary

    Modifier and Type Method Description
    long getID()  
    void init()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • IDFactory

      public IDFactory()
  • Method Details

    • init

      public void init()
    • getID

      public long getID()