org.acm.seguin.uml.loader
Class ReloaderSingleton

java.lang.Object
  extended by org.acm.seguin.uml.loader.ReloaderSingleton

public class ReloaderSingleton
extends java.lang.Object

Stores the current reloader

Author:
Chris Seguin

Method Summary
static void register(Reloader init)
          Register a reloader for the class diagrams
static void reload()
          Reload the UML class diagrams
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

reload

public static void reload()
Reload the UML class diagrams


register

public static void register(Reloader init)
Register a reloader for the class diagrams

Parameters:
init - the reloader object