org.modeldriven.fuml.xmi.stream
Class StreamNodeEvent

java.lang.Object
  extended by org.modeldriven.fuml.xmi.stream.StreamNodeEvent

public class StreamNodeEvent
extends Object

Encapsulates the node(s) of concern and other state for this event.

Author:
Scott Cinnamond

Constructor Summary
StreamNodeEvent(StreamNode source, StreamNode parent)
           
 
Method Summary
 StreamNode getParent()
           
 StreamNode getSource()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamNodeEvent

public StreamNodeEvent(StreamNode source,
                       StreamNode parent)
Method Detail

getSource

public StreamNode getSource()

getParent

public StreamNode getParent()


Copyright © 2012. All Rights Reserved.