Package com.lightdev.app.shtm
Interface SHTMLAction
-
- All Superinterfaces:
javax.swing.Action
,java.awt.event.ActionListener
,java.util.EventListener
public interface SHTMLAction extends javax.swing.Action
Adds methods to thejavax.swing.Action
interface, needed by Application SimplyHTML.- See Also:
Action
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
update()
update the action's state
-