-
public interface IVLCObject<T extends AbstractVLCEvent>
-
-
Method Summary
Modifier and Type Method Description abstract booleanretain()abstract voidrelease()abstract booleanisReleased()abstract ILibVLCgetLibVLC()-
-
Method Detail
-
retain
abstract boolean retain()
-
release
abstract void release()
-
isReleased
abstract boolean isReleased()
-
-
-
-