ITraceable

interface ITraceable

The objects attributes can be traced

Author

"Martin Krischik" «krischik@users.sourceforge.net»

Since

1.0

Functions

Link copied to clipboard
protected open fun clone(): Any
Link copied to clipboard
abstract fun Debug_String(): String
Link copied to clipboard
open fun equals(obj: Any): Boolean
Link copied to clipboard
protected open fun finalize()
Link copied to clipboard
fun getClass(): Class<out Any>
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
fun notify()
Link copied to clipboard
fun notifyAll()
Link copied to clipboard
open fun toString(): String
Link copied to clipboard
abstract fun Trace()
Write a string representation of the instance to the log file.
Link copied to clipboard
fun wait()