Example usage for org.apache.commons.net.util ListenerList ListenerList

List of usage examples for org.apache.commons.net.util ListenerList ListenerList

Introduction

In this page you can find the example usage for org.apache.commons.net.util ListenerList ListenerList.

Prototype

public ListenerList() 

Source Link

Usage

From source file:net.sf.webphotos.sync.FTP.SyncAdapter.java

/**
 * Construtor da classe.
 * Cria uma nova instncia de SyncAdapter.
 */
public SyncAdapter() {
    internalListeners = new ListenerList();
}