Firefish 0.5.10

gov.lbl.dsd.firefish
Class Event

java.lang.Object
  extended bygov.lbl.dsd.firefish.Event

public class Event
extends Object

An event is handed from one stage to the input queue of another stage; it contains a message and the stage from which the event originates.

Version:
$Revision: 1.2 $, $Date: 2004/01/30 01:18:02 $

Constructor Summary
Event(Msg msg, Stage source)
           
 
Method Summary
 Msg getMsg()
           
 Request getRequest()
           
 Response getResponse()
           
 Stage getSource()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Event

public Event(Msg msg,
             Stage source)
Method Detail

getMsg

public Msg getMsg()

getRequest

public Request getRequest()

getResponse

public Response getResponse()

getSource

public Stage getSource()

toString

public String toString()

Firefish 0.5.10

Jump to the Firefish Homepage