hep.geant4.jni
Class G4UIcontrolMessenger

java.lang.Object
  extended by hep.geant4.jni.G4UImessenger
      extended by hep.geant4.jni.G4UIcontrolMessenger

public class G4UIcontrolMessenger
extends G4UImessenger


Field Summary
 
Fields inherited from class hep.geant4.jni.G4UImessenger
swigCMemOwn
 
Constructor Summary
G4UIcontrolMessenger()
           
G4UIcontrolMessenger(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4UIcontrolMessenger obj)
           
 String getCurrentValue(G4UIcommand command)
           
 void setNewValue(G4UIcommand command, String newValue)
           
 
Methods inherited from class hep.geant4.jni.G4UImessenger
getCPtr, swigDirectorDisconnect, swigReleaseOwnership, swigTakeOwnership
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

G4UIcontrolMessenger

public G4UIcontrolMessenger(long cPtr,
                            boolean cMemoryOwn)

G4UIcontrolMessenger

public G4UIcontrolMessenger()
Method Detail

getCPtr

public static long getCPtr(G4UIcontrolMessenger obj)

finalize

protected void finalize()
                 throws Throwable
Overrides:
finalize in class G4UImessenger
Throws:
Throwable

delete

public void delete()
Overrides:
delete in class G4UImessenger

equals

public boolean equals(Object obj)
Overrides:
equals in class G4UImessenger

setNewValue

public void setNewValue(G4UIcommand command,
                        String newValue)
Overrides:
setNewValue in class G4UImessenger

getCurrentValue

public String getCurrentValue(G4UIcommand command)
Overrides:
getCurrentValue in class G4UImessenger


Copyright © 2000-2007 FreeHEP. All Rights Reserved.