

JList.AccessibleJList AccessibleJListChild(JList, int) - Constructor for class javax.swing. JLayeredPane.AccessibleJLayeredPane AccessibleJList() - Constructor for class javax.swing. JLabel.AccessibleJLabel AccessibleJLayeredPane() - Constructor for class javax.swing. JInternalFrame.AccessibleJInternalFrame AccessibleJLabel() - Constructor for class javax.swing. JFrame.AccessibleJFrame AccessibleJInternalFrame() - Constructor for class javax.swing. JFileChooser.AccessibleJFileChooser AccessibleJFrame() - Constructor for class javax.swing. JEditorPane.AccessibleJEditorPaneHTML AccessibleJFileChooser() - Constructor for class javax.swing. JEditorPane.AccessibleJEditorPane AccessibleJEditorPaneHTML() - Constructor for class javax.swing. JDialog.AccessibleJDialog AccessibleJEditorPane() - Constructor for class javax.swing. JDesktopPane.AccessibleJDesktopPane AccessibleJDialog() - Constructor for class javax.swing. AccessibleJDesktopPane() - Constructor for class javax.swing. AccessibleJDesktopIcon() - Constructor for class javax.swing. MenuComponent.AccessibleAWTMenuComponentĪll sub-classes. MenuBar.AccessibleAWTMenuBar AccessibleAWTMenuComponent() - Constructor for class java.awt. Menu.AccessibleAWTMenu AccessibleAWTMenuBar() - Constructor for class java.awt. AccessibleAWTMenu() - Constructor for class java.awt. List.AccessibleAWTList AccessibleAWTListChild(List, int) - Constructor for class java.awt. Label.AccessibleAWTLabel AccessibleAWTList() - Constructor for class java.awt. Frame.AccessibleAWTFrame AccessibleAWTLabel() - Constructor for class java.awt.

AccessibleAWTFrame() - Constructor for class java.awt. Component.AccessibleAWTComponent AccessibleAWTFocusHandler() - Constructor for class java.awt. Dialog.AccessibleAWTDialog accessibleAWTFocusHandler - Variable in class java.awt. Container.AccessibleAWTContainer AccessibleAWTDialog() - Constructor for class java.awt. AccessibleAWTContainer() - Constructor for class java.awt. Component.AccessibleAWTComponent AccessibleAWTComponentHandler() - Constructor for class java.awt. accessibleAWTComponentHandler - Variable in class java.awt. StatusBar.Though the class is abstract, this should be called byĪll sub-classes.
#FILEWATCHER WITH OBERSAVABLE COLLECTION CODE#
* TODO: ENTER THE CODE TO EXECTUTE WHEN FILE WAS CREATED HERE */ String filename = get_watcher_FileCreated(this, e) A new file has been created in the given path Void watcher_FileCreated(object sender, FileSystemEventArgs e) } /* this method gets called, when a new file was created */ Watcher.Created += new FileSystemEventHandler(watcher_FileCreated) Preview Sample (Optimizer Rule C#): /* Registers a FileWatcher for the given path */įileSystemWatcher watcher = new FileSystemWatcher() and create other functions for this or set a filter on which file types you want to watch.Ī use case for this rule could be an automatic import process with data from an Excel File created or changed on a specific folder and much more. You can also subscribe to other events like rename, delete. To add a filewatcher for a specific folder adjust or add a new row in the coresuite customize optimizer StartUp rule " GEN_10152: Filewatcher": change the behavior of the filewatcher, add your custom code in the Extended Code function watcher_FileCreated under /* TODO: ENTER THE CODE TO EXECTUTE WHEN FILE WAS CREATED HERE */

Look at the status bar in SAP Business One and read "New File found: " for each file created in that folder.Create a Folder named "FileWatcher" on your C Drive.
