Skip navigation links

CUF framework interfaces and classes 2.5.5 API

Packages 
Package Description
net.sf.cuf.appevent
The AppEvent library provides the anonym sending and receiving of events.
The event sender doesn't know the receiver of a event, and vice versa.
net.sf.cuf.fw
This package holds a very light weight framework for structuring Java Swing or JavaFX applications.
It basically defines each dialog is modeled as a strongly coupled pair of a dialog component (class implements the Dc interface) and a presentation component (class implements the Pc interface) the application is modeled with exactly on object that implements the Application interface a very simple life cycle is defined (the the interfaces for details)
net.sf.cuf.fw2
This package contains a "medium" sized framework for structuring a Java Swing or JavaFX client, and is based on the interfaces in the net.sf.cuf.fw package.
net.sf.cuf.singleapp
The StartupSocketCommunicatorallows java applications to do simple socket communication upon startup.
net.sf.cuf.xfer
The data transfer ("xfer") library is the base for a synchronos or asynchronos access of the business core.
Skip navigation links

Copyright © 2020 Jürgen Zeller (privat). All rights reserved.