Lines Matching refs:EventName
863 (aEvent.EventName.equals(EVENT_ON_NEW )) || in notifyEvent()
864 (aEvent.EventName.equals(EVENT_ON_LOAD)) in notifyEvent()
871 if (aEvent.EventName.equals(EVENT_ON_MODIFYCHANGED)) in notifyEvent()
882 (aEvent.EventName.equals(EVENT_ON_SAVE )) || in notifyEvent()
883 (aEvent.EventName.equals(EVENT_ON_SAVEAS)) || in notifyEvent()
884 (aEvent.EventName.equals(EVENT_ON_SAVETO)) in notifyEvent()
892 (aEvent.EventName.equals(EVENT_ON_SAVEDONE )) || in notifyEvent()
893 (aEvent.EventName.equals(EVENT_ON_SAVEASDONE)) in notifyEvent()
905 if (aEvent.EventName.equals(EVENT_ON_SAVETODONE)) in notifyEvent()
915 (aEvent.EventName.equals(EVENT_ON_SAVEFAILED )) || in notifyEvent()
916 (aEvent.EventName.equals(EVENT_ON_SAVEASFAILED)) || in notifyEvent()
917 (aEvent.EventName.equals(EVENT_ON_SAVETOFAILED)) in notifyEvent()
924 if (aEvent.EventName.equals(EVENT_ON_UNLOAD)) in notifyEvent()