debugger.gui.actions.resources
Class LrResourceSelectedAction

java.lang.Object
  extended bydebugger.gui.actions.resources.LrResourceSelectedAction
All Implemented Interfaces:
Runnable

public class LrResourceSelectedAction
extends Object
implements Runnable

Copyright (c) Ontos AG (http://www.ontosearch.com). This class is part of JAPE Debugger component for GATE (Copyright (c) "The University of Sheffield" see http://gate.ac.uk/)

Author:
Oleg Mishenko

Field Summary
private  LrModel lrModel
           
private static LrResourceSelectedAction ourInstance
           
 
Constructor Summary
private LrResourceSelectedAction()
           
 
Method Summary
 void actionPerformed(LrModel lrModel)
           
static LrResourceSelectedAction getInstance()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ourInstance

private static LrResourceSelectedAction ourInstance

lrModel

private LrModel lrModel
Constructor Detail

LrResourceSelectedAction

private LrResourceSelectedAction()
Method Detail

getInstance

public static LrResourceSelectedAction getInstance()

actionPerformed

public void actionPerformed(LrModel lrModel)

run

public void run()
Specified by:
run in interface Runnable