public interface Sensitive
| Modifier and Type | Method and Description |
|---|---|
logical |
isSensitive()
Java implementation for retrieving the SENSITIVE attribute which
contains a
logical value that tells if the handle can
receive focus or events. |
void |
setSensitive(boolean sensitive)
Java implementation for getting the SENSITIVE attribute which
contains a
logical value that tells if the handle can
receive focus or events |
void |
setSensitive(character sensitive)
Java implementation for getting the SENSITIVE attribute which
contains a
logical value that tells if the handle can
receive focus or events |
void |
setSensitive(logical sensitive)
Java implementation for getting the SENSITIVE attribute which
contains a
logical value that tells if the handle can
receive focus or events |
void |
setSensitive(java.lang.String sensitive)
Java implementation for getting the SENSITIVE attribute which
contains a
logical value that tells if the handle can
receive focus or events. |
logical isSensitive()
logical value that tells if the handle can
receive focus or events.
If false the response procedure will not be executed.
void setSensitive(java.lang.String sensitive)
logical value that tells if the handle can
receive focus or events.
If set to false the response procedure will not be executed.
sensitive - The logical value which the socket which determines if the SOCKET
can receive and handle events to be set.void setSensitive(character sensitive)
logical value that tells if the handle can
receive focus or events
If set to false the response procedure will not be executed.
sensitive - The logical value which the socket which determines if the SOCKET
can receive and handle events to be set.void setSensitive(logical sensitive)
logical value that tells if the handle can
receive focus or events
If set to false the response procedure will not be executed.
sensitive - The logical value which the socket which determines if the SOCKET
can receive and handle events to be set.void setSensitive(boolean sensitive)
logical value that tells if the handle can
receive focus or events
If set to false the response procedure will not be executed.
sensitive - The logical value which the socket which determines if the SOCKET
can receive and handle events to be set.