org.xulux.api.core
Interface ISingleton


public interface ISingleton

With implementing this interface, you state to xulux that you want the class to be reused within the application, instead of creating a new instance all the name. The singleton interface will be silently ignored for parts of xulux that dont' support singleton processing. Please check the javadocs of the xulux class to see if ISingleton processing is supported.

Version:
$Id: $
Author:
Martin van den Bemt



Copyright © 2002-2007 Martin van den Bemt. All Rights Reserved.