org.csstudio.startup.application
Class OpenDocumentEventProcessor

java.lang.Object
  extended by org.csstudio.startup.application.OpenDocumentEventProcessor

public class OpenDocumentEventProcessor
extends java.lang.Object

Helper class used to open file from command line.

Author:
Xihui Chen

Field Summary
static java.lang.String OPEN_DOC_PROCESSOR
           
 
Constructor Summary
OpenDocumentEventProcessor(Display display)
          Constructor.
 
Method Summary
 void catchUp(Display display)
          Process delayed events.
 void handleEvent(Event event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPEN_DOC_PROCESSOR

public static final java.lang.String OPEN_DOC_PROCESSOR
See Also:
Constant Field Values
Constructor Detail

OpenDocumentEventProcessor

public OpenDocumentEventProcessor(Display display)
Constructor.

Parameters:
display - display used as a source of event
Method Detail

handleEvent

public void handleEvent(Event event)

catchUp

public void catchUp(Display display)
Process delayed events.

Parameters:
display - display associated with the workbench