|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectrero.client.Feature
public abstract class Feature
Field Summary | |
---|---|
protected Capabilities |
abilities
|
Constructor Summary | |
---|---|
Feature()
|
Method Summary | |
---|---|
void |
cleanup()
execute any cleanup that needs to be done so we don't have memory leaks |
Capabilities |
getCapabilities()
|
abstract void |
init()
|
void |
installCapabilities(Capabilities c)
|
void |
storeDataStructures(java.util.WeakHashMap data)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected Capabilities abilities
Constructor Detail |
---|
public Feature()
Method Detail |
---|
public void installCapabilities(Capabilities c)
public Capabilities getCapabilities()
public void storeDataStructures(java.util.WeakHashMap data)
public abstract void init()
public void cleanup()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |