Package apple.uikit

Class TargetActionProxy<T>


  • public class TargetActionProxy<T>
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void proxySelector​(T source, long controlEvents)  
      • Methods inherited from class java.lang.Object

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

      • TargetActionProxy

        public TargetActionProxy​(ITargetAction<T> targetAction,
                                 long controlEvents)
    • Method Detail

      • proxySelector

        public void proxySelector​(T source,
                                  long controlEvents)