public class FileHelper extends Object
Constructor and Description |
---|
FileHelper(Class klass)
Creates a new instance of FileHelper
|
Modifier and Type | Method and Description |
---|---|
void |
addActionListener(ActionListener al) |
protected void |
fireActionPerformed(ActionEvent e) |
boolean |
isFireListenersOnAWTThread()
Getter for property fireListenersOnAWTThread.
|
void |
removeActionListener(ActionListener al) |
void |
send(String message) |
void |
setFireListenersOnAWTThread(boolean fireListenersOnAWTThread)
Setter for property fireListenersOnAWTThread.
|
void |
start() |
void |
stop() |
public FileHelper(Class klass)
klass
- The klass on whose behalf this FileHelper is workingpublic void addActionListener(ActionListener al)
public void removeActionListener(ActionListener al)
protected void fireActionPerformed(ActionEvent e)
public void start()
public void stop()
public void send(String message) throws IOException
IOException
public boolean isFireListenersOnAWTThread()
public void setFireListenersOnAWTThread(boolean fireListenersOnAWTThread)
fireListenersOnAWTThread
- New value of property fireListenersOnAWTThread.Copyright © 2014. All Rights Reserved.