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

org.gridvise.event.OSEvent.scala Maven / Gradle / Ivy

The newest version!
package org.gridvise.event
import org.gridvise.logical.Launchable
import org.gridvise.logical.ThreadDump

class OSEvent(msg: String, launchable: Launchable, threadDump: ThreadDump) extends Event(launchable, threadDump){

  override def toString() = "[OSEvent: msg=" + msg + "]\n"+this.threadDump

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy