Package io.keikai.app
Class CollaborationInfo.CollaborationEvent
- java.lang.Object
-
- io.keikai.app.CollaborationInfo.CollaborationEvent
-
- Enclosing interface:
- CollaborationInfo
public static class CollaborationInfo.CollaborationEvent extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CollaborationInfo.CollaborationEvent.Type
-
Constructor Summary
Constructors Constructor Description CollaborationEvent(CollaborationInfo.CollaborationEvent.Type type, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CollaborationInfo.CollaborationEvent.Type
getType()
Object
getValue()
void
setType(CollaborationInfo.CollaborationEvent.Type type)
void
setValue(Object value)
-
-
-
Constructor Detail
-
CollaborationEvent
public CollaborationEvent(CollaborationInfo.CollaborationEvent.Type type, Object value)
-
-
Method Detail
-
getType
public CollaborationInfo.CollaborationEvent.Type getType()
-
setType
public void setType(CollaborationInfo.CollaborationEvent.Type type)
-
getValue
public Object getValue()
-
setValue
public void setValue(Object value)
-
-