Package esmska.integration.mac.handler
Class HandlerUtils
- java.lang.Object
-
- esmska.integration.mac.handler.HandlerUtils
-
public class HandlerUtils extends java.lang.ObjectUtility class for action handlers.
-
-
Constructor Summary
Constructors Constructor Description HandlerUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidperformAction(com.apple.eawt.AppEvent ae, javax.swing.Action action, java.lang.String message)Perform action with AppEvent and message.
-
-
-
Method Detail
-
performAction
public static void performAction(com.apple.eawt.AppEvent ae, javax.swing.Action action, java.lang.String message)Perform action with AppEvent and message. AppEvent is converted to standard ActionEvent object and then it is sent to desired Action.- Parameters:
ae- eventaction- actionmessage- message
-
-