Skip to content

Commit

Permalink
Update generated classes after commit bfa59c9 (#1)
Browse files Browse the repository at this point in the history
Co-authored-by: masesdevelopers <94312179+masesdevelopers@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and masesdevelopers authored Aug 30, 2024
1 parent bfa59c9 commit bb430dd
Show file tree
Hide file tree
Showing 3,662 changed files with 740,466 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.8.0)
*/

package org.mases.jnet.generated.java.awt.datatransfer;

public final class FlavorListener extends org.mases.jcobridge.JCListener implements java.awt.datatransfer.FlavorListener {
public FlavorListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void flavorsChanged(java.awt.datatransfer.FlavorEvent arg0) {
raiseEvent("flavorsChanged", arg0);
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.8.0)
*/

package org.mases.jnet.generated.java.awt.desktop;

public final class AppForegroundListener extends org.mases.jcobridge.JCListener implements java.awt.desktop.AppForegroundListener {
public AppForegroundListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void appMovedToBackground(java.awt.desktop.AppForegroundEvent arg0) {
raiseEvent("appMovedToBackground", arg0);
}
//@Override
public void appRaisedToForeground(java.awt.desktop.AppForegroundEvent arg0) {
raiseEvent("appRaisedToForeground", arg0);
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.8.0)
*/

package org.mases.jnet.generated.java.awt.desktop;

public final class AppHiddenListener extends org.mases.jcobridge.JCListener implements java.awt.desktop.AppHiddenListener {
public AppHiddenListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void appHidden(java.awt.desktop.AppHiddenEvent arg0) {
raiseEvent("appHidden", arg0);
}
//@Override
public void appUnhidden(java.awt.desktop.AppHiddenEvent arg0) {
raiseEvent("appUnhidden", arg0);
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.8.0)
*/

package org.mases.jnet.generated.java.awt.desktop;

public final class AppReopenedListener extends org.mases.jcobridge.JCListener implements java.awt.desktop.AppReopenedListener {
public AppReopenedListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void appReopened(java.awt.desktop.AppReopenedEvent arg0) {
raiseEvent("appReopened", arg0);
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.8.0)
*/

package org.mases.jnet.generated.java.awt.desktop;

public final class ScreenSleepListener extends org.mases.jcobridge.JCListener implements java.awt.desktop.ScreenSleepListener {
public ScreenSleepListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void screenAboutToSleep(java.awt.desktop.ScreenSleepEvent arg0) {
raiseEvent("screenAboutToSleep", arg0);
}
//@Override
public void screenAwoke(java.awt.desktop.ScreenSleepEvent arg0) {
raiseEvent("screenAwoke", arg0);
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.8.0)
*/

package org.mases.jnet.generated.java.awt.desktop;

public final class SystemEventListener extends org.mases.jcobridge.JCListener implements java.awt.desktop.SystemEventListener {
public SystemEventListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}


}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.8.0)
*/

package org.mases.jnet.generated.java.awt.desktop;

public final class SystemSleepListener extends org.mases.jcobridge.JCListener implements java.awt.desktop.SystemSleepListener {
public SystemSleepListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void systemAboutToSleep(java.awt.desktop.SystemSleepEvent arg0) {
raiseEvent("systemAboutToSleep", arg0);
}
//@Override
public void systemAwoke(java.awt.desktop.SystemSleepEvent arg0) {
raiseEvent("systemAwoke", arg0);
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.8.0)
*/

package org.mases.jnet.generated.java.awt.desktop;

public final class UserSessionListener extends org.mases.jcobridge.JCListener implements java.awt.desktop.UserSessionListener {
public UserSessionListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void userSessionActivated(java.awt.desktop.UserSessionEvent arg0) {
raiseEvent("userSessionActivated", arg0);
}
//@Override
public void userSessionDeactivated(java.awt.desktop.UserSessionEvent arg0) {
raiseEvent("userSessionDeactivated", arg0);
}

}
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
/*
* Copyright 2024 MASES s.r.l.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*
* Refer to LICENSE for more information.
*/

/*
* This file is generated by MASES.JNetReflector (ver. 2.5.8.0)
*/

package org.mases.jnet.generated.java.awt.dnd;

public final class DragGestureListener extends org.mases.jcobridge.JCListener implements java.awt.dnd.DragGestureListener {
public DragGestureListener(String key) throws org.mases.jcobridge.JCNativeException {
super(key);
}

//@Override
public void dragGestureRecognized(java.awt.dnd.DragGestureEvent arg0) {
raiseEvent("dragGestureRecognized", arg0);
}

}
Loading

0 comments on commit bb430dd

Please sign in to comment.