org.apache.maven.mercury.event
Class GenericEvent

java.lang.Object
  extended by org.apache.maven.mercury.event.AbstractMercuryEvent
      extended by org.apache.maven.mercury.event.GenericEvent
All Implemented Interfaces:
MercuryEvent

public class GenericEvent
extends AbstractMercuryEvent

Version:
$Id: GenericEvent.java 720564 2008-11-25 18:58:02Z ogusakov $
Author:
Oleg Gusakov

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.maven.mercury.event.MercuryEvent
MercuryEvent.EventMask
 
Constructor Summary
GenericEvent(EventTypeEnum type, java.lang.String name)
           
GenericEvent(EventTypeEnum type, java.lang.String name, java.lang.String tag)
           
 
Method Summary
 
Methods inherited from class org.apache.maven.mercury.event.AbstractMercuryEvent
getDuration, getInfo, getName, getPayload, getPayload, getResult, getStart, getTag, getType, hasResult, setInfo, setPayload, setPayload, setResult, setTag, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericEvent

public GenericEvent(EventTypeEnum type,
                    java.lang.String name)

GenericEvent

public GenericEvent(EventTypeEnum type,
                    java.lang.String name,
                    java.lang.String tag)


Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.