All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.jinterop.dcom.test.SysInfoEvents Maven / Gradle / Ivy

The newest version!
package org.jinterop.dcom.test;

public class SysInfoEvents {

	
		public SysInfoEvents()
		{
			
		}
		public void PowerStatusChanged()
		{
			System.out.println("Called by COM -> PowerStatusChanged");
		}
		
		public void TimeChanged()
		{
			System.out.println("Called by COM -> TimeChanged");
		}
		
	}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy