com.loribel.commons.abstraction
Interface GB_Debugable

All Known Implementing Classes:
GB_ArrayImpl, GB_ArrayWeakRef, GB_BOEnumItemsCacheImpl, GB_BusinessObjectDefault, GB_ChangeSupport, GB_ChangeSupportForGui, GB_ContentChangeSupport, GB_DebuggableDecor, GB_DebuggableImpl, GB_DebuggableRefAbstract, GB_ListWithArray, GB_MapCacheImpl, GB_MyPropertyChangeListenerList, GB_MyPropertyChangeSupport, GB_Reference

public interface GB_Debugable

Interface for Object with method to debug.


Method Summary
 java.util.List toDebug()
          Returns an list to debug objects.
 java.lang.String toDebugId()
          Returns an id to debug object.
 

Method Detail

toDebug

public java.util.List toDebug()
Returns an list to debug objects.


toDebugId

public java.lang.String toDebugId()
Returns an id to debug object. You can return : this.toString().

Returns:
String


Copyright © 2002-2007 Gregory Borelli [Loribel]. All Rights Reserved.