public class FulfillEvent extends Event
ComponentInfo.setFulfill(java.lang.String)
.Constructor and Description |
---|
FulfillEvent(java.lang.String name,
Component target,
Event origin)
Constructs a fulfill event.
|
FulfillEvent(java.lang.String name,
Component target,
Event origin,
java.lang.Object data)
Constructs a fulfill event.
|
public FulfillEvent(java.lang.String name, Component target, Event origin)
origin
- the original event that causes this forward event.public FulfillEvent(java.lang.String name, Component target, Event origin, java.lang.Object data)
origin
- the original event that causes this forward event.data
- the event data returned by Event.getData()
public Event getOrigin()
Copyright © 2005-2011 Potix Corporation. All Rights Reserved.