org.keridwen.gmsh.service.linux
Class LinuxGmshReadyService
java.lang.Object
org.keridwen.gmsh.service.linux.LinuxGmshReadyService
- All Implemented Interfaces:
- GmshReadyService
public class LinuxGmshReadyService
- extends Object
- implements GmshReadyService
Method Summary |
boolean |
isGmshReady()
Checks whether VTK native libraries are loaded or not. |
void |
start()
Start method called on bundle validation. |
void |
stop()
Stop method called on bundle invalidation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LinuxGmshReadyService
public LinuxGmshReadyService()
start
public final void start()
- Start method called on bundle validation.
stop
public final void stop()
- Stop method called on bundle invalidation.
isGmshReady
public boolean isGmshReady()
- Checks whether VTK native libraries are loaded or not.
- Specified by:
isGmshReady
in interface GmshReadyService
- Returns:
- true if VTK native libraries have been loaded
Copyright © 2010-2013 Artenum. All Rights Reserved.