Class CaptureEvent

java.lang.Object
ucar.unidata.idv.collab.CaptureEvent

public class CaptureEvent extends Object
This holds one colalboration event and is used to capture a stream of events.
Version:
$Revision: 1.5 $Date: 2005/05/13 18:30:36 $
Author:
IDV development team
  • Constructor Details

    • CaptureEvent

      public CaptureEvent()
      Dummy ctor for xml decoding
    • CaptureEvent

      public CaptureEvent(String msg)
      Create the event with the given message and set the timestamp
      Parameters:
      msg - The message
  • Method Details

    • setTimestamp

      public void setTimestamp(long value)
      Set the Timestamp property.
      Parameters:
      value - The new value for Timestamp
    • getTimestamp

      public long getTimestamp()
      Get the Timestamp property.
      Returns:
      The Timestamp
    • setMessage

      public void setMessage(String value)
      Set the Message property.
      Parameters:
      value - The new value for Message
    • getMessage

      public String getMessage()
      Get the Message property.
      Returns:
      The Message