charva.awt.event

Class ActionEvent


public class ActionEvent
extends AWTEvent

An event which indicates that a component-defined action (typically the pressing of a button) occurred.

Field Summary

Fields inherited from class charva.awt.event.AWTEvent

ACTION_PERFORMED, ADJUSTMENT_EVENT, FOCUS_GAINED, FOCUS_LOST, GARBAGE_COLLECTION, INVOCATION_EVENT, ITEM_STATE_CHANGED, KEY_PRESSED, KEY_TYPED, LIST_SELECTION, MOUSE_EVENT, PAINT_EVENT, RESERVED_ID_MAX, SCROLL_EVENT, SYNC_EVENT, WINDOW_CLOSING, WINDOW_OPENED

Constructor Summary

ActionEvent(Component source_, String command_)

Method Summary

String
getActionCommand()
Returns the command string associated with this action.

Methods inherited from class charva.awt.event.AWTEvent

getID

Constructor Details

ActionEvent

public ActionEvent(Component source_,
                   String command_)

Method Details

getActionCommand

public String getActionCommand()
Returns the command string associated with this action. This string allows a component to specify one of several commands, depending on its state.