public interface TreeContentInfo
| Modifier and Type | Method and Description |
|---|---|
boolean |
compareHandle(int handle)
Check if the encapsulated ClientInfo's handle is equal
to the passed one
|
boolean |
compareName(java.lang.String name)
Check if the encapsulated ClientInfo's name is equal
to the passed one
|
int |
getHandle()
Return the handle of the encsapsulated object
|
java.lang.String |
getName()
Return the name of the encsapsulated object
|
boolean compareHandle(int handle)
handle - The handle to compare with the handle of the
clientboolean compareName(java.lang.String name)
handle - The name to compare with the name of the
clientint getHandle()
java.lang.String getName()