Interface JsonNioClient
-
- All Known Implementing Classes:
Jmol,JmolPanel,NMR_JmolPanel
public interface JsonNioClienta client of a JsonNioService -- just needs notices of the service shutting down or indicating that a banner needs to be changed.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnioClosed(JsonNioServer jsonNioService)voidnioRunContent(JsonNioServer jsonNioService)voidsetBannerLabel(java.lang.String label)
-
-
-
Method Detail
-
nioRunContent
void nioRunContent(JsonNioServer jsonNioService)
-
setBannerLabel
void setBannerLabel(java.lang.String label)
-
nioClosed
void nioClosed(JsonNioServer jsonNioService)
-
-