public abstract class IMEvent<CT>
extends java.util.EventObject
Modifier and Type | Class and Description |
---|---|
static class |
IMEvent.IMEventType |
Modifier and Type | Method and Description |
---|---|
abstract CT |
getContent() |
IMSession |
getSession() |
IMEvent.IMEventType |
getType() |
public IMSession getSession()
public IMEvent.IMEventType getType()
public abstract CT getContent()