Package 

Interface Action0

  • All Implemented Interfaces:
    com.tds.common.reactor.functions.Action , com.tds.common.reactor.functions.Function

    
    public interface Action0
     implements Action
                        

    A zero-argument action.

    • Method Summary

      Modifier and Type Method Description
      abstract void call()
      • Methods inherited from class java.lang.Object

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

      • call

         abstract void call()