public abstract class AbstractDebugResource<L extends Listener> extends AbstractDebugRegistrable implements DebugResource<L>
Modifier | Constructor and Description |
---|---|
protected |
AbstractDebugResource() |
protected |
AbstractDebugResource(DebugConsole console) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o)
Compares the specified object with this resource for equality.
|
java.lang.String |
getName()
Returns a fully qualified name of this resource.
|
int |
hashCode()
Returns the hash code value for this resource.
|
java.lang.String |
toString() |
postRegister, postUnregister, preRegister, preUnregister
error, getDebugConsole, notice, notice, print, print, put, put, tab, untab, warning, warning
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getDebugConsole
register, registered, registered, unregister
postRegister, postUnregister, preRegister, preUnregister
protected AbstractDebugResource()
protected AbstractDebugResource(DebugConsole console)
public final boolean equals(@Nullable java.lang.Object o)
Resource
true
if the specified object is also resource
and the two resources have the same name. This definition ensures
that this method works properly across different implementations
of the resource interface.public final int hashCode()
Resource
public final java.lang.String toString()
toString
in class java.lang.Object