All Packages Class Hierarchy This Package Previous Next Index
Class JavaGroups.JavaStack.Protocols.PRINTMETHODS
java.lang.Object
|
+----JavaGroups.JavaStack.Protocol
|
+----JavaGroups.JavaStack.Protocols.PRINTMETHODS
- public class PRINTMETHODS
- extends Protocol
-
PRINTMETHODS()
-
-
Down(Event)
- An event is to be sent down the stack.
-
GetName()
-
-
Up(Event)
- An event was received from the layer below.
PRINTMETHODS
public PRINTMETHODS()
GetName
public String GetName()
- Overrides:
- GetName in class Protocol
Up
public void Up(Event evt)
- An event was received from the layer below.
- Overrides:
- Up in class Protocol
Down
public void Down(Event evt)
- An event is to be sent down the stack.
- Overrides:
- Down in class Protocol
All Packages Class Hierarchy This Package Previous Next Index