Package zombie.network
Class CoopMaster.ListenerOptions
java.lang.Object
zombie.network.CoopMaster.ListenerOptions
- Enclosing class:
- CoopMaster
public class CoopMaster.ListenerOptions
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description boolean
autoRemove
java.lang.String
cookie
java.lang.String
tag
-
Constructor Summary
Constructors Constructor Description ListenerOptions(java.lang.String string)
ListenerOptions(java.lang.String string, java.lang.String string2)
ListenerOptions(java.lang.String string, java.lang.String string2, boolean boolean1)
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
tag
public java.lang.String tag -
cookie
public java.lang.String cookie -
autoRemove
public boolean autoRemove
-
-
Constructor Details
-
ListenerOptions
public ListenerOptions(java.lang.String string, java.lang.String string2, boolean boolean1) -
ListenerOptions
public ListenerOptions(java.lang.String string, java.lang.String string2) -
ListenerOptions
public ListenerOptions(java.lang.String string)
-