> Markable interface in one which does not contain any
> method or member declaration.
> Eg: Serializable, Observable etc...
terminology aside, I don't think "not containing any methods" is enough to call something a marker interface. is EventListener a marker interface? I don't think so, I think of it as a supertype for all other event listeners in the JDK