AsterNET icon indicating copy to clipboard operation
AsterNET copied to clipboard

abstract classes

Open moldypenguins opened this issue 7 years ago • 2 comments

can we add a prefix to the abstract event classes? IE:

    public abstract class BridgeStateEvent : ManagerEvent
    public abstract class AbstractBridgeStateEvent : ManagerEvent

moldypenguins avatar Sep 02 '18 21:09 moldypenguins

some of them already have it. IE: public abstract class AbstractChannelEvent : ManagerEvent

moldypenguins avatar Sep 02 '18 21:09 moldypenguins

happy to accept a PR on this

skrusty avatar Sep 21 '18 21:09 skrusty