Package mgui.interfaces.util
Class InterfaceFunctions
java.lang.Object
mgui.interfaces.Utility
mgui.interfaces.util.InterfaceFunctions
public class InterfaceFunctions extends Utility
Utility class for interface objects.
- Since:
 - 1.0
 - Version:
 - 1.0
 - Author:
 - Andrew Reid
 
- 
Constructor Summary
Constructors Constructor Description InterfaceFunctions() - 
Method Summary
Modifier and Type Method Description static voidcleanInterfaceObject(InterfaceObject object)Cleans up the members of this object; i.e., searches for destroyed objects and releases them.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait 
- 
Constructor Details
- 
InterfaceFunctions
public InterfaceFunctions() 
 - 
 - 
Method Details
- 
cleanInterfaceObject
Cleans up the members of this object; i.e., searches for destroyed objects and releases them.- Parameters:
 object-
 
 -