Class SingleLiveEvent<T>


  • public class SingleLiveEvent<T>
    extends java.lang.Object
    Event only trigger once after configuration change.
    • Constructor Summary

      Constructors 
      Constructor Description
      SingleLiveEvent​(T value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      T getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SingleLiveEvent

        public SingleLiveEvent​(T value)
    • Method Detail

      • getValue

        public T getValue()