MenuComponent.postEvent

MenuComponent.postEvent

Class Overview | Class Members | This Package | All Packages

Syntax
public boolean postEvent( Event evt )
Parameters
evt
the event which is to take place
Description
Note: postEvent() is deprecated. As of JDK version 1.1, replaced by dispatchEvent(AWTEvent).

Posts the specified event to the menu. This method is part of the Java 1.0 event system and it is maintained only for backwards compatibility. Its use is discouraged, and it may not be supported in the future.