Package 

Interface Interaction


  • 
    public interface Interaction<ASSERTION extends Object, ACTION extends Object>
    
                        

    Base Interaction interface for Kakao-Compose

    Inspired by the idea from legacy UI system where all interactions with a View are possible through only two methods: check and perform. Such approach allows to introduce Interceptors simply.

    • Method Summary

      Modifier and Type Method Description
      abstract Unit check(ASSERTION assertion)
      abstract Unit perform(ACTION action)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait