public class FoundLostRatingListenerWrapper
extends java.lang.Object
implements com.highdeal.hmi.IHeartBeatListener
| Constructor and Description |
|---|
FoundLostRatingListenerWrapper(char instanceType) |
| Modifier and Type | Method and Description |
|---|---|
FoundLostRatingListener |
getFlrl() |
java.lang.String |
getSystemName() |
void |
handleDownConnection(com.highdeal.hmi.ISonar client)
Invoked when the heart beat has detected a down client.
|
void |
handleNewDownConnection(com.highdeal.hmi.ISonar client)
Invoked when the heart beat has detected a new down client.
|
void |
handleNewUpConnection(com.highdeal.hmi.ISonar client)
Invoked when the heart beat has detected a new up client.
|
void |
handleUpConnection(com.highdeal.hmi.ISonar client)
Invoked when the heart beat has detected a up client.
|
void |
setFlrl(FoundLostRatingListener flrl) |
void |
setSystemName(java.lang.String systemName) |
public FoundLostRatingListenerWrapper(char instanceType)
public void setSystemName(java.lang.String systemName)
public java.lang.String getSystemName()
public void setFlrl(FoundLostRatingListener flrl)
public FoundLostRatingListener getFlrl()
public void handleNewDownConnection(com.highdeal.hmi.ISonar client)
com.highdeal.hmi.IHeartBeatListenerhandleNewDownConnection in interface com.highdeal.hmi.IHeartBeatListenerclient - the new down clientpublic void handleNewUpConnection(com.highdeal.hmi.ISonar client)
com.highdeal.hmi.IHeartBeatListenerhandleNewUpConnection in interface com.highdeal.hmi.IHeartBeatListenerclient - the new up clientpublic void handleDownConnection(com.highdeal.hmi.ISonar client)
com.highdeal.hmi.IHeartBeatListenerhandleDownConnection in interface com.highdeal.hmi.IHeartBeatListenerclient - the down clientpublic void handleUpConnection(com.highdeal.hmi.ISonar client)
com.highdeal.hmi.IHeartBeatListenerhandleUpConnection in interface com.highdeal.hmi.IHeartBeatListenerclient - the up client