|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResource
IResource interface defines the methods to be implemented by classes treats native resources
Method Summary | |
---|---|
void |
addResource(IResource target)
call ResourceManager.addResource(IResource) with the target |
IResource |
findInResource(long ptr)
call ResourceManager.findInResource(long) with the ptr |
long |
getPtr()
|
ResourceManager |
getResourceManager()
|
boolean |
isPermanent()
|
void |
release()
call ResourceManager.removeResource(IResource) with this |
Method Detail |
---|
ResourceManager getResourceManager()
void addResource(IResource target)
ResourceManager.addResource(IResource)
with the target
IResource findInResource(long ptr)
ResourceManager.findInResource(long)
with the ptr
boolean isPermanent()
long getPtr()
void release()
ResourceManager.removeResource(IResource)
with this
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |