|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--de.unikiel.ipn.htmlform.Updater
A class to perform updates on the target files.
Entry
Constructor Summary | |
(package private) |
Updater(Entry[] e,
MessageHandler handler)
Creates a new Updater instance. |
Method Summary | |
void |
handleMessage(Message msg)
Handles the Message or forwards it to the successor. |
(package private) void |
update()
Performs the final updates on the target files based on the information in the Entries. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
Updater(Entry[] e, MessageHandler handler)
e
- an array containing the entries that contain
the information which files shall be updated and how.handler
- the message handler that shall handle the messages
that occur during the update progress. It should be
the currently focused Frame or Dialog.
java.lang.NullPointerException
- when one of the arguments is null.Method Detail |
void update()
Entry
public void handleMessage(Message msg)
MessageHandler
handleMessage
in interface MessageHandler
msg
- the Message that has to be handled.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |