Class AbstractJXCSkinSource
- java.lang.Object
-
- com.realtime.crossfire.jxclient.skin.source.AbstractJXCSkinSource
-
- All Implemented Interfaces:
JXCSkinSource
- Direct Known Subclasses:
JXCSkinClassSource,JXCSkinDirSource
public abstract class AbstractJXCSkinSource extends java.lang.Object implements JXCSkinSource
Abstract base class forJXCSkinSourceimplementations.
-
-
Constructor Summary
Constructors Constructor Description AbstractJXCSkinSource()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidcheckAccess()Checks that the skin exists and can be accessed.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.realtime.crossfire.jxclient.skin.source.JXCSkinSource
getInputStream, getURI
-
-
-
-
Method Detail
-
checkAccess
protected void checkAccess() throws JXCSkinExceptionChecks that the skin exists and can be accessed.- Throws:
JXCSkinException- if the skin does not exist or cannot be loaded
-
-