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 void
addListener(RemoteDebugSessionListener listener)
void
removeListener(RemoteDebugSessionListener listener)
-
-
-
Method Detail
-
addListener
void addListener(@NotNull RemoteDebugSessionListener listener)
-
removeListener
void removeListener(@NotNull RemoteDebugSessionListener listener)
-
-