Interface org.jfouffa.jslider.Handler
- public interface Handler
Defines a generic handler.
Method index
-
handle(Header, DialogBox)
- Applies the properties defined in the specified dialog to the specified
header.
Methods
handle
public abstract void handle(Header header,
DialogBox dialog)
- Applies the properties defined in the specified dialog to the specified
header.
- Parameters:
- header - the header to update
- dialog - the dialog that has customized the header