orc.orchard
Class PublicationEvent

java.lang.Object
  extended by orc.orchard.JobEvent
      extended by orc.orchard.PublicationEvent
All Implemented Interfaces:
java.io.Serializable

public class PublicationEvent
extends JobEvent

Job publications (published Orc values).

Author:
quark
See Also:
Serialized Form

Field Summary
 Value value
           
 
Fields inherited from class orc.orchard.JobEvent
sequence, timestamp
 
Constructor Summary
PublicationEvent()
           
PublicationEvent(Value value)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

public Value value
Constructor Detail

PublicationEvent

public PublicationEvent()

PublicationEvent

public PublicationEvent(Value value)