|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectextvisitor.AExtVisitorHost<java.lang.Class<?>,ADataPacket>
datapacket.ADataPacket
public abstract class ADataPacket
Abstract data packet that defines the use of a Class object as the index type. The type of data held by the data packet defines its type and thus what case it calls on its processing visitors.
| Field Summary | |
|---|---|
private static long |
serialVersionUID
|
| Constructor Summary | |
|---|---|
ADataPacket(java.lang.Class<?> c)
Constructor for this abstract superclass |
|
| Method Summary |
|---|
| Methods inherited from class extvisitor.AExtVisitorHost |
|---|
execute |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private static final long serialVersionUID
| Constructor Detail |
|---|
public ADataPacket(java.lang.Class<?> c)
c - A Class object to be used as the index value defining this type of data packet.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||