Package edu.washington.cs.supple.application

Interface Summary
SessionListener Interface for receiving session events.
SuppleApplication SuppleApplication acts as a lifecycle interface for pluggable Supple applications.
SuppleApplicationSession SuppleApplicationSession represents the association between a (local) SuppleApplication and a (possibly remote) client Renderer.
 

Class Summary
AbstractSuppleApplication AbstractSuppleApplication provides default implementations of most SuppleApplication methods.
AbstractSuppleApplicationSession Default implementation of a SuppleApplicationSession.
SimpleApplication Simple abstraction for applications that don't need to custom sessions.
SimpleSession Simple application sessions contain static UI.
SuppleApplicationFactory Utility for creating supple applications from class names.
SuppleApplicationRunner Utility class for running a Supple application from the command line.