Package esmska.data.event
Class ActionEventSupport
- java.lang.Object
-
- esmska.data.event.ActionEventSupport
-
public class ActionEventSupport extends java.lang.ObjectSupport for firing ActionEvents in classes.
-
-
Field Summary
Fields Modifier and Type Field Description static intACTION_NEED_RESIZEA container wants to be resized, possibly by frame.pack()
-
Constructor Summary
Constructors Constructor Description ActionEventSupport(java.lang.Object source)Creates a new instance of ActionEventSupport
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddActionListener(java.awt.event.ActionListener actionListener)Add new ActionListenervoidfireActionPerformed(int id, java.lang.String command)Fire new ActionEventvoidremoveActionListener(java.awt.event.ActionListener actionListener)Remove existing ActionListener
-
-
-
Field Detail
-
ACTION_NEED_RESIZE
public static final int ACTION_NEED_RESIZE
A container wants to be resized, possibly by frame.pack()- See Also:
- Constant Field Values
-
-
Method Detail
-
addActionListener
public void addActionListener(java.awt.event.ActionListener actionListener)
Add new ActionListener
-
removeActionListener
public void removeActionListener(java.awt.event.ActionListener actionListener)
Remove existing ActionListener
-
fireActionPerformed
public void fireActionPerformed(int id, java.lang.String command)Fire new ActionEvent
-
-