hep.geant4.jni
Class G4UserEventAction

java.lang.Object
  extended by hep.geant4.jni.G4UserEventAction

public class G4UserEventAction
extends Object


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
G4UserEventAction()
           
G4UserEventAction(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void beginOfEventAction(G4Event anEvent)
           
 void delete()
           
 void endOfEventAction(G4Event anEvent)
           
 boolean equals(Object obj)
           
protected  void finalize()
           
static long getCPtr(G4UserEventAction obj)
           
 void setEventManager(G4EventManager value)
           
protected  void swigDirectorDisconnect()
           
 void swigReleaseOwnership()
           
 void swigTakeOwnership()
           
 
Methods inherited from class java.lang.Object
clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

G4UserEventAction

public G4UserEventAction(long cPtr,
                         boolean cMemoryOwn)

G4UserEventAction

public G4UserEventAction()
Method Detail

getCPtr

public static long getCPtr(G4UserEventAction obj)

finalize

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

delete

public void delete()

swigDirectorDisconnect

protected void swigDirectorDisconnect()

swigReleaseOwnership

public void swigReleaseOwnership()

swigTakeOwnership

public void swigTakeOwnership()

equals

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

setEventManager

public void setEventManager(G4EventManager value)

beginOfEventAction

public void beginOfEventAction(G4Event anEvent)

endOfEventAction

public void endOfEventAction(G4Event anEvent)


Copyright © 2000-2007 FreeHEP. All Rights Reserved.