trait BasicStatementHandler extends StatementHandler
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- BasicStatementHandler
- StatementHandler
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
final
type
State = Unit
- Definition Classes
- BasicStatementHandler → StatementHandler
Abstract Value Members
- abstract def apply(command: String, arguments: List[String]): Unit
Concrete Value Members
-
final
def
apply(command: String, arguments: List[String], state: Unit): Unit
- Definition Classes
- BasicStatementHandler → StatementHandler
-
def
finish(state: Unit): Unit
- Definition Classes
- BasicStatementHandler → StatementHandler
-
final
def
initialState: Unit
- Definition Classes
- BasicStatementHandler → StatementHandler