Interface JsonNioClient
-
- All Known Implementing Classes:
Jmol
,JmolPanel
,NMR_JmolPanel
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
nioClosed(JsonNioServer jsonNioService)
void
nioRunContent(JsonNioServer jsonNioService)
void
setBannerLabel(java.lang.String label)
-
-
-
Method Detail
-
nioRunContent
void nioRunContent(JsonNioServer jsonNioService)
-
setBannerLabel
void setBannerLabel(java.lang.String label)
-
nioClosed
void nioClosed(JsonNioServer jsonNioService)
-
-