Interface AuthenticViewEvents
- All Superinterfaces:
COMDispatchEvent
- All Known Implementing Classes:
AuthenticViewEventsDefaultHandler
public interface AuthenticViewEvents extends COMDispatchEvent
-
Method Summary
Modifier and Type Method Description booleanonBeforeCopy()method OnBeforeCopybooleanonBeforeCut()method OnBeforeCutbooleanonBeforeDelete()method OnBeforeDeletebooleanonBeforeDrop(int i_nXPos, int i_nYPos, AuthenticRange i_ipRange, AuthenticDataTransfer i_ipData)method OnBeforeDropbooleanonBeforePaste(JVariant i_pData, java.lang.String i_strType)method OnBeforePastebooleanonBeforeSave(boolean i_bSaveAs)method OnBeforeSavebooleanonContextMenuActivated()method OnContextMenuActivatedbooleanonDragOver(int i_nXPos, int i_nYPos, Enums.SPYMouseEvent i_eMouseEvent, AuthenticRange i_ipRange, AuthenticDataTransfer i_ipData)method OnDragOverbooleanonKeyboardEvent(Enums.SPYKeyEvent i_eKeyEvent, int i_nKeyCode, Enums.SPYVirtualKeyMask i_nVirtualKeyStatus)method OnKeyboardEventvoidonLoad()method OnLoadbooleanonMouseEvent(int i_nXPos, int i_nYPos, Enums.SPYMouseEvent i_eMouseEvent, AuthenticRange i_ipRange)method OnMouseEventvoidonSelectionChanged(AuthenticRange i_ipNewRange)method OnSelectionChangedbooleanonToolbarButtonClicked(java.lang.String i_strBtnIdentifier)method OnToolbarButtonClickedvoidonToolbarButtonExecuted(java.lang.String i_strBtnIdentifier)method OnToolbarButtonExecutedvoidonUserAddedXMLNode(XMLData i_pXMLNode)method OnUserAddedXMLNode
-
Method Details
-
onSelectionChanged
method OnSelectionChanged- Throws:
AutomationException
-
onKeyboardEvent
boolean onKeyboardEvent(Enums.SPYKeyEvent i_eKeyEvent, int i_nKeyCode, Enums.SPYVirtualKeyMask i_nVirtualKeyStatus) throws AutomationExceptionmethod OnKeyboardEvent- Throws:
AutomationException
-
onMouseEvent
boolean onMouseEvent(int i_nXPos, int i_nYPos, Enums.SPYMouseEvent i_eMouseEvent, AuthenticRange i_ipRange) throws AutomationExceptionmethod OnMouseEvent- Throws:
AutomationException
-
onDragOver
boolean onDragOver(int i_nXPos, int i_nYPos, Enums.SPYMouseEvent i_eMouseEvent, AuthenticRange i_ipRange, AuthenticDataTransfer i_ipData) throws AutomationExceptionmethod OnDragOver- Throws:
AutomationException
-
onBeforeDrop
boolean onBeforeDrop(int i_nXPos, int i_nYPos, AuthenticRange i_ipRange, AuthenticDataTransfer i_ipData) throws AutomationExceptionmethod OnBeforeDrop- Throws:
AutomationException
-
onContextMenuActivated
method OnContextMenuActivated- Throws:
AutomationException
-
onBeforeCut
method OnBeforeCut- Throws:
AutomationException
-
onBeforeCopy
method OnBeforeCopy- Throws:
AutomationException
-
onBeforePaste
method OnBeforePaste- Throws:
AutomationException
-
onBeforeDelete
method OnBeforeDelete- Throws:
AutomationException
-
onLoad
method OnLoad- Throws:
AutomationException
-
onBeforeSave
method OnBeforeSave- Throws:
AutomationException
-
onToolbarButtonClicked
method OnToolbarButtonClicked- Throws:
AutomationException
-
onToolbarButtonExecuted
method OnToolbarButtonExecuted- Throws:
AutomationException
-
onUserAddedXMLNode
method OnUserAddedXMLNode- Throws:
AutomationException
-