FTP-Server API

Uses of Interface
server.event.ConfObserver

Packages that use ConfObserver
graphic   
server   
 

Uses of ConfObserver in graphic
 

Classes in graphic that implement ConfObserver
 class GroupAdmin
           
 class Main
           
 class MemoryFrame
          Memoryframe is the service-implementing JFrame that remembers the JFrames positioning, and the size of the JFrame.
 class Setup
           
 class Sniffer
           
 class UserAdmin
           
 class UserList
           
 

Uses of ConfObserver in server
 

Methods in server with parameters of type ConfObserver
static void Conf.addObserver(ConfObserver co)
           
static boolean Conf.removeObserver(ConfObserver co)
           
 


FTP-Server API