Class NetCreationEvent

java.lang.Object
java.util.EventObject
es.imim.DISGENET.network.NetCreationEvent
All Implemented Interfaces:
Serializable

public class NetCreationEvent extends EventObject
part of event handler class to allow updating the progress bar from different task
See Also:
Serialized Form
  • Constructor Details

    • NetCreationEvent

      public NetCreationEvent(Object source, Double pct)
  • Method Details