|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StateListener | |
|---|---|
| org.opcfoundation.ua.common | This package contains common and shared classes |
| org.opcfoundation.ua.utils | Utility classes |
| org.opcfoundation.ua.utils.asyncsocket | Small java NIO based library that enables asynchronous and event based socket operations |
| Uses of StateListener in org.opcfoundation.ua.common |
|---|
| Classes in org.opcfoundation.ua.common that implement StateListener | |
|---|---|
class |
DebugLogger
Connect monitor prints to logger server's connect and secure channel events. |
| Uses of StateListener in org.opcfoundation.ua.utils |
|---|
| Methods in org.opcfoundation.ua.utils with parameters of type StateListener | |
|---|---|
void |
IStatefulObject.addStateListener(StateListener<StateType> listener)
Add on-event listener. |
void |
AbstractState.addStateListener(StateListener<StateType> listener)
Add on-event listener. |
void |
IStatefulObject.addStateNotifiable(StateListener<StateType> notifiable)
Add post-event notification listener. |
void |
AbstractState.addStateNotifiable(StateListener<StateType> listener)
Add post-event notification listener. |
void |
IStatefulObject.removeStateListener(StateListener<StateType> listener)
removeStateListener. |
void |
AbstractState.removeStateListener(StateListener<StateType> listener)
removeStateListener. |
void |
IStatefulObject.removeStateNotifiable(StateListener<StateType> notifiable)
removeStateNotifiable. |
void |
AbstractState.removeStateNotifiable(StateListener<StateType> listener)
removeStateNotifiable. |
| Uses of StateListener in org.opcfoundation.ua.utils.asyncsocket |
|---|
| Subinterfaces of StateListener in org.opcfoundation.ua.utils.asyncsocket | |
|---|---|
interface |
MonitorListener
MonitorListener interface. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||