public interface CGAgentObserver
| Modifier and Type | Method and Description |
|---|---|
String |
getHostName()
Returns the host name associated with the observer
|
int |
getPort()
Returns the port of the server associated with the observer
|
void |
update(CGAgentSubject s)
Action to perform once the event is received
|
void update(CGAgentSubject s)
s - CGAgentSubject to act uponString getHostName()
int getPort()
Copyright © 2019 WSO2. All rights reserved.