Interface ConfigurationTask
- All Known Subinterfaces:
ManuallyTerminatedTask
,PongTerminatedTask
구성 단계에서 실행되는 사용자 지정 작업
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
start
(PlayerConfigurationConnection connection) 작업이 시작될 때 호출됩니다.default void
terminate
(PlayerConfigurationConnection connection) 작업이 종료될 때 호출됩니다.
-
Method Details
-
start
작업이 시작될 때 호출됩니다.- Parameters:
connection
- 플레이어 연결
-
terminate
작업이 종료될 때 호출됩니다.- Parameters:
connection
- 플레이어 연결
-