Interface RemoteDebugEventDispatcher
-
- All Known Implementing Classes:
RemoteDebugManager
public interface RemoteDebugEventDispatcher- Author:
- Maxim.Manuylov Date: 01.10.12
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddListener(RemoteDebugSessionListener listener)voidremoveListener(RemoteDebugSessionListener listener)
-
-
-
Method Detail
-
addListener
void addListener(@NotNull RemoteDebugSessionListener listener)
-
removeListener
void removeListener(@NotNull RemoteDebugSessionListener listener)
-
-