ist.palcom.visualization.manager
Interface HgraphBrowserOutCallback

All Known Implementing Classes:
HgraphBrowserService

public interface HgraphBrowserOutCallback


Method Summary
 void getNode(java.lang.String node)
           
 void setLiveView(java.lang.String path)
           
 void startBrowsingHgraph(java.lang.String deviceName, java.lang.String initialPath)
           
 void stopBrowsingHgraph()
           
 void unsetLiveView(java.lang.String path)
           
 

Method Detail

getNode

void getNode(java.lang.String node)

setLiveView

void setLiveView(java.lang.String path)

unsetLiveView

void unsetLiveView(java.lang.String path)

startBrowsingHgraph

void startBrowsingHgraph(java.lang.String deviceName,
                         java.lang.String initialPath)

stopBrowsingHgraph

void stopBrowsingHgraph()