Class ClientLifecycle
- java.lang.Object
- 
- com.inductiveautomation.ignition.client.util.ClientLifecycle
 
- 
 public class ClientLifecycle extends java.lang.ObjectA static collection of listeners that will be notified when the client is shutdown.
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddListener(ClientLifecycleListener listener)static voidnotifyShutdown()
 
- 
- 
- 
Method Detail- 
addListenerpublic static void addListener(ClientLifecycleListener listener) 
 - 
notifyShutdownpublic static void notifyShutdown() 
 
- 
 
-