org.freehep.postscript
Class DSCEvent

java.lang.Object
  extended by java.util.EventObject
      extended by org.freehep.postscript.DSCEvent
All Implemented Interfaces:
Serializable

public class DSCEvent
extends EventObject

Class for signalling DSC comments

Version:
$Id: DSCEvent.java 8951 2006-09-12 21:44:14Z duns $
Author:
Mark Donszelmann
See Also:
Serialized Form

Field Summary
static int ERROR
           
static int PARSED
           
static int UNPARSED
           
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
DSCEvent(Object src, String comment, Object args, int state)
           
 
Method Summary
 Object getArgs()
           
 String getComment()
           
 int getState()
           
 String toString()
           
 
Methods inherited from class java.util.EventObject
getSource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PARSED

public static int PARSED

UNPARSED

public static int UNPARSED

ERROR

public static int ERROR
Constructor Detail

DSCEvent

public DSCEvent(Object src,
                String comment,
                Object args,
                int state)
Method Detail

getComment

public String getComment()

getArgs

public Object getArgs()

getState

public int getState()

toString

public String toString()
Overrides:
toString in class EventObject


Copyright © 2000-2006 FreeHEP. All Rights Reserved.