org.openscience.jmol.app.jmolpanel
Interface JsonNioClient

All Known Implementing Classes:
Jmol, JmolPanel, MPJmolApp

public interface JsonNioClient

a client of a JsonNioService -- just needs notices of the service shutting down or indicating that a banner needs to be changed.


Method Summary
 void nioClosed(JsonNioService jsonNioService)
           
 void setBannerLabel(java.lang.String label)
           
 

Method Detail

setBannerLabel

void setBannerLabel(java.lang.String label)

nioClosed

void nioClosed(JsonNioService jsonNioService)