|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DynamicActionTargetHandler
This interface should be implemented by components that can be responsible of handling dynamic action events. This, almost always, is the controller for the component that provides the dynamic action.
Dynamic actions are a bit more complicated to handle than their static
counterparts because the target handler must be aware of the possible actions
that might occur and must query the ActionEvent for the source
of the event to execute the appropriate code.
This interface provides the same functionality as the
ActionListener interface.
| Method Summary |
|---|
| Methods inherited from interface java.awt.event.ActionListener |
|---|
actionPerformed |
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||