Package

io.youi

app

Permalink

package app

Visibility
  1. Public
  2. All

Type Members

  1. class ApplicationConnectivity extends AnyRef

    Permalink

    ApplicationCommunication defines a communication end-point for Communication instances.

    ApplicationCommunication defines a communication end-point for Communication instances. More than one can be defined in an application.

  2. trait ClientApplication extends YouIApplication with ScreenManager

    Permalink
  3. class ClientConnectivity extends AnyRef

    Permalink
  4. class CommunicationManager[C <: Communication] extends AnyRef

    Permalink
  5. trait YouIApplication extends ErrorSupport with CacheImplementation

    Permalink

    Base trait to define shared client and server information.

    Base trait to define shared client and server information. This trait must be extended in the shared code as a trait and implemented in both client and server implementations.

Value Members

  1. object ClientApplication

    Permalink
  2. object CommunicationManager

    Permalink
  3. object Macros

    Permalink
    Annotations
    @compileTimeOnly( "Enable Macros for expansion" )
  4. object YouIApplication

    Permalink
  5. package screen

    Permalink
  6. package sourceMap

    Permalink

Ungrouped